소스 검색

【ID1005359】
【运营后台】中用户管理表头显示优化(已修复)

zhangdan 4 년 전
부모
커밋
aa68c01b58
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      src/views/businessManage/userManage/userManage.vue

+ 6 - 6
src/views/businessManage/userManage/userManage.vue

@@ -139,25 +139,25 @@ export default {
       {
         title: '创建时间',
         dataIndex: 'createDate',
-        width: '120',
+        width: 150,
         align: 'center'
       },
       {
         title: '用户名称',
         dataIndex: 'name',
-        width: '100',
+        width: 100,
         align: 'center'
       },
       {
         title: '手机号码',
         dataIndex: 'phone',
-        width: '100',
+        width: 100,
         align: 'center'
       },
 	  {
 	    title: '合作商',
 	    dataIndex: 'org.name',
-	    width: '100',
+	    width: 100,
 	    align: 'center'
 	  },
 	  // {
@@ -176,7 +176,7 @@ export default {
       // },
       {
         title: '状态',
-        width: '100',
+        width: 100,
         align: 'center',
         scopedSlots: {
           customRender: 'status'
@@ -184,7 +184,7 @@ export default {
       },
       {
         title: '操作',
-        width: '100',
+        width: 100,
         align: 'center',
         scopedSlots: {
           customRender: 'action'