Browse Source

人员列表样式优化

suzhou_blueVersion
wangxy 3 years ago
parent
commit
1f03c3119f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/views/equip/basic/personnelList.vue

+ 2
- 2
src/views/equip/basic/personnelList.vue View File

@ -55,7 +55,7 @@
</el-row>
<!-- 用户资产关系维护 -->
<el-dialog :title="userName+'-资产关系维护'"
width="700px"
width="90%"
:close-on-click-modal="false"
:visible.sync="isAssetsVisible"
@close="closeUserCb">
@ -70,7 +70,7 @@
</el-dialog>
<!-- 用户维护服务关系维护 -->
<el-dialog :title="userName+'-服务关系维护'"
width="700px"
width="90%"
:close-on-click-modal="false"
:visible.sync="isServiceVisible"
@close="closeServiceCb">


Loading…
Cancel
Save