Browse Source

默认的

Kirin 4 years ago
parent
commit
219d4d2fef
1 changed files with 3 additions and 3 deletions
  1. 3 3
      app/admin/view/user/user/member.php

+ 3 - 3
app/admin/view/user/user/member.php

@@ -52,10 +52,10 @@
             {field: 'name', title: '姓名/企业名', width: '15%'},
             {field: 'name', title: '姓名/企业名', width: '15%'},
             {field: 'logo', toolbar: '#logo', title: '半身照/LOGO', width: '12%'},
             {field: 'logo', toolbar: '#logo', title: '半身照/LOGO', width: '12%'},
             {field: '_type', title: '类型', width: '7%'},
             {field: '_type', title: '类型', width: '7%'},
-            {field: 'idcard', title: '身份证号/企业统一代码', width: '12%'},
+            {field: 'idcard', title: '身份证号/企业统一代码', width: '11%'},
             {field: 'phone', title: '联系方式', width: '8%'},
             {field: 'phone', title: '联系方式', width: '8%'},
             {field: 'address', toolbar: '#address', title: '地址', width: '15%'},
             {field: 'address', toolbar: '#address', title: '地址', width: '15%'},
-            {field: 'job', toolbar: '#job', title: '职业/主营业务', width: '12%'},
+            {field: 'job', toolbar: '#job', title: '职业/主营业务', width: '8%'},
             {field: 'saver', title: '保荐人', width: '5%'},
             {field: 'saver', title: '保荐人', width: '5%'},
             {field: 'grade_name', title: '申请类型', width: '8%'},
             {field: 'grade_name', title: '申请类型', width: '8%'},
             {field: 'pay_money', title: '支付金额', width: '5%'},
             {field: 'pay_money', title: '支付金额', width: '5%'},
@@ -101,7 +101,7 @@
             case 'see':
             case 'see':
                 break;
                 break;
             case 'open_image':
             case 'open_image':
-                $eb.openImage(data.logo);
+                $eb.openImage(data.image);
                 break;
                 break;
         }
         }
     })
     })