Merge branch 'master-500-dev-lushangqing' into 'master-500-dev'
【1011】【乙方运维】人员信息汇总页面间距优化-学历列宽度调小,运维人员姓名文字更改 See merge request !878
Showing
1 changed file
with
2 additions
and
1 deletions
@@ -58,7 +58,7 @@ export default { | @@ -58,7 +58,7 @@ export default { | ||
58 | 58 | ||
59 | let columns = Vue.ref([{ | 59 | let columns = Vue.ref([{ |
60 | prop: 'nickname', | 60 | prop: 'nickname', |
61 | - label: '运维人员姓名1', | 61 | + label: '运维人员姓名', |
62 | sortable: true, | 62 | sortable: true, |
63 | width:'200px', | 63 | width:'200px', |
64 | click: function (row) { | 64 | click: function (row) { |
@@ -89,6 +89,7 @@ export default { | @@ -89,6 +89,7 @@ export default { | ||
89 | prop: 'education', | 89 | prop: 'education', |
90 | label: '学历', | 90 | label: '学历', |
91 | sortable: true, | 91 | sortable: true, |
92 | + width:'180px' | ||
92 | }, { | 93 | }, { |
93 | prop: 'state', | 94 | prop: 'state', |
94 | label: '在职状态', | 95 | label: '在职状态', |
-
Please register or login to post a comment