部门组织添加部门简称

This commit is contained in:
zer0Black
2023-06-27 11:43:18 +08:00
parent d4735589ef
commit 6b9f893e95
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -95,6 +95,12 @@
align="center"
show-overflow-tooltip>
</el-table-column>
<el-table-column
label="部门简称"
prop="shortName"
align="center"
show-overflow-tooltip>
</el-table-column>
<el-table-column
prop="leveL"
width="120"
@@ -243,6 +249,12 @@
align="center"
show-overflow-tooltip>
</el-table-column>
<el-table-column
label="部门简称"
prop="shortName"
align="center"
show-overflow-tooltip>
</el-table-column>
<el-table-column
prop="leveL"
width="120"
+1 -1
View File
@@ -18,7 +18,7 @@ module.exports = {
'/api': {
//10.0.10.173
//10.0.10.97
target: 'http://10.0.10.173:7060', // 服务器
target: 'http://localhost:7060', // 服务器
changeOrigin: true
},
// 请求静态图片配置项