Kirin 2 years ago
parent
commit
05224cead8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/view/user/user_cert/index.php

+ 1 - 1
app/admin/view/user/user_cert/index.php

@@ -34,7 +34,7 @@
             {field: 'id', title: 'ID', sort: true, event: 'id', width: '5%'},
             {field: 'name', title: '姓名', width: '8%'},
             {field: 'gender_name', title: '性别', width: '5%'},
-            {field: 'idcard', title: '身份证号码', width: '15%'},
+            {field: 'idcard', title: '身份证号码', width: '15%',template:"<img src='{{d.photo}}' lay-event='open_image'>"},
             {field: 'job', title: '职业', width: '7%'},
             {field: 'photo', title: '照片', width: '7%'},
             {field: 'level_name', title: '等级', width: '5%'},