Explorar el Código

摄影师认证增加手机号码,昵称展示

梁展鹏 hace 3 años
padre
commit
b36e983e35
Se han modificado 1 ficheros con 9 adiciones y 1 borrados
  1. 9 1
      src/views/photographerManagement/photographerVerify/index.vue

+ 9 - 1
src/views/photographerManagement/photographerVerify/index.vue

@@ -56,6 +56,14 @@ export default {
       statistics: {},
       columns: [
         {
+          key: 'nickname',
+          name: '账号昵称',
+        },
+        {
+          key: 'phonenumber',
+          name: '账号手机号码',
+        },
+        {
           key: 'realName',
           name: '申请者',
           width: this.$col.m
@@ -66,7 +74,7 @@ export default {
           minWidth: this.$col.auto(240)
         },
         {
-          key: 'phonenumber',
+          key: 'applyPhonenumber',
           name: '手机号',
           minWidth: this.$col.b
         },