This commit is contained in:
18500206848
2024-03-29 09:39:01 +08:00
parent 08fa30f020
commit 9f231627ff
11 changed files with 52 additions and 257 deletions

View File

@@ -591,25 +591,6 @@ export default {
prop: "personRequire",
arrow: false,
column: [
// {
// label: "人员属性",
// type: "select",
// prop: "userNature",
// dicData: [
// {
// value: "灵活用工",
// label: "灵活用工",
// },
// ],
// rules: [
// {
// required: true,
// message: "请选择人员属性",
// trigger: ["change", "blur"],
// },
// ],
// span: 8,
// },
{
label: "年龄要求",
type: "select",