保安服务企业管理-验收版本
Administrator
2021-09-16 4f674edcc6a10e8f28cc8abba0e007db8937c846
src/views/securityUnit/data.js
@@ -71,6 +71,7 @@
  labelWidth: 160,
  prop: "znum",
  width: 69,
  editDisplay: false,
  // search: true,
  searchSpan: 4,
  searchLabelWidth: 100
@@ -81,6 +82,7 @@
  prop: "pnum",
  width: 69,
  // search: true,
  editDisplay: false,
  searchSpan: 4,
  searchLabelWidth: 100
},
@@ -89,6 +91,8 @@
  labelWidth: 160,
  prop: "cnum",
  width: 69,
  editDisplay: false,
  // search: true,
  searchSpan: 4,
  searchLabelWidth: 100
@@ -101,7 +105,7 @@
  overHidden: true,
  type: "date",
  format: "yyyy-MM-dd",
  valueFormat: "timestamp",
  valueFormat: "yyyy-MM-dd",
},
{
@@ -142,10 +146,27 @@
},
{
  label: "所属辖区",
  prop: "region",
  // prop: "region",
  labelWidth: 160,
  // width: 110,
  // search: true,
  label: "所属辖区",
  prop: "jurisdiction",
  // type: "tree",
  // disabled: true,
  type: "tree",
  dicUrl: "/api/jurisdiction/lazy-trees",
  props: {
    label: "title",
    value: "id"
  },
  // labelWidth: w,
  // span: s,
  rules: [{
    required: true,
    message: "请选择所属辖区",
    trigger: "click",
  },],
  overHidden: true
},
{
@@ -192,12 +213,12 @@
  }]
},
{
  label: "辖区",
  label: "所属辖区",
  prop: "jurisdiction",
  // type: "tree",
  // disabled: true,
  type: "tree",
  dicUrl: "/api//jurisdiction/lazy-trees",
  dicUrl: "/api/jurisdiction/lazy-trees",
  props: {
    label: "title",
    value: "id"
@@ -393,13 +414,13 @@
  }]
},
{
  label: "所属地区",
  label: "所属辖区",
  prop: "region",
  labelWidth: w,
  span: s,
  rules: [{
    required: true,
    message: "请输入所属地区",
    message: "请输入所属辖区",
    trigger: "blur"
  }]
},