Administrator
2021-08-11 92d0cf73df170131eba84490d875bc954eb7a708
src/views/system/tenant.vue
@@ -84,6 +84,7 @@
      option: {
        height: 'auto',
        calcHeight: 30,
        labelWidth: '125',
        tip: false,
        searchShow: true,
        searchMenuSpan: 6,
@@ -97,7 +98,9 @@
          {
            label: "保安单位ID",
            prop: "tenantId",
            width: 100,
            width: 130,
            searchLabelWidth:"150",
            searchSpan:5,
            search: true,
            addDisplay: false,
            editDisplay: false,
@@ -110,9 +113,11 @@
          },
          {
            label: "保安单位名称",
            searchLabelWidth:"150",
            prop: "tenantName",
            searchSpan:5,
            search: true,
            width: 180,
            width: 280,
            span: 24,
            rules: [{
              required: true,
@@ -122,9 +127,11 @@
          },
          {
            label: "联系人",
            searchLabelWidth:"100",
            prop: "linkman",
            width: 100,
            width: 200,
            search: true,
            searchSpan:5,
            rules: [{
              required: true,
              message: "请输入联系人",