Administrator
2021-07-06 2de0ceb1e6f78ec3c9c5a479d4892fcf33791ca4
src/views/system/tenant.vue
@@ -48,13 +48,13 @@
        <el-tag>{{ row.expireTime ? row.expireTime : '不限制' }}</el-tag>
      </template>
    </avue-crud>
    <el-dialog title="租户授权配置"
    <el-dialog title="保安单位授权配置"
               append-to-body
               :visible.sync="box"
               width="450px">
      <avue-form :option="settingOption" v-model="settingForm" @submit="handleSubmit"/>
    </el-dialog>
    <el-dialog title="租户数据源配置"
    <el-dialog title="保安单位数据源配置"
               append-to-body
               :visible.sync="datasourceBox"
               width="450px">
@@ -95,7 +95,7 @@
        dialogClickModal: false,
        column: [
          {
            label: "租户ID",
            label: "保安单位ID",
            prop: "tenantId",
            width: 100,
            search: true,
@@ -104,12 +104,12 @@
            span: 24,
            rules: [{
              required: true,
              message: "请输入租户ID",
              message: "请输入保安单位ID",
              trigger: "blur"
            }]
          },
          {
            label: "租户名称",
            label: "保安单位名称",
            prop: "tenantName",
            search: true,
            width: 180,