部门组织添加部门简称
This commit is contained in:
@@ -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
@@ -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
|
||||
},
|
||||
// 请求静态图片配置项
|
||||
|
||||
Reference in New Issue
Block a user