From 2de0ceb1e6f78ec3c9c5a479d4892fcf33791ca4 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Tue, 06 Jul 2021 20:35:43 +0800
Subject: [PATCH] 租户字段修改为保安单位
---
src/views/system/tenant.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/system/tenant.vue b/src/views/system/tenant.vue
index ceb9a52..c3e7bf8 100644
--- a/src/views/system/tenant.vue
+++ b/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,
--
Gitblit v1.9.3