部门组织添加部门简称
This commit is contained in:
@@ -95,6 +95,12 @@
|
|||||||
align="center"
|
align="center"
|
||||||
show-overflow-tooltip>
|
show-overflow-tooltip>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
label="部门简称"
|
||||||
|
prop="shortName"
|
||||||
|
align="center"
|
||||||
|
show-overflow-tooltip>
|
||||||
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="leveL"
|
prop="leveL"
|
||||||
width="120"
|
width="120"
|
||||||
@@ -243,6 +249,12 @@
|
|||||||
align="center"
|
align="center"
|
||||||
show-overflow-tooltip>
|
show-overflow-tooltip>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
label="部门简称"
|
||||||
|
prop="shortName"
|
||||||
|
align="center"
|
||||||
|
show-overflow-tooltip>
|
||||||
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="leveL"
|
prop="leveL"
|
||||||
width="120"
|
width="120"
|
||||||
|
|||||||
+1
-1
@@ -18,7 +18,7 @@ module.exports = {
|
|||||||
'/api': {
|
'/api': {
|
||||||
//10.0.10.173
|
//10.0.10.173
|
||||||
//10.0.10.97
|
//10.0.10.97
|
||||||
target: 'http://10.0.10.173:7060', // 服务器
|
target: 'http://localhost:7060', // 服务器
|
||||||
changeOrigin: true
|
changeOrigin: true
|
||||||
},
|
},
|
||||||
// 请求静态图片配置项
|
// 请求静态图片配置项
|
||||||
|
|||||||
Reference in New Issue
Block a user