Bläddra i källkod

update 用户管理添加“客户单位名称”

linweizeng 3 år sedan
förälder
incheckning
37d97d598a
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      src/views/platform/org/employee/list.vue

+ 2 - 1
src/views/platform/org/employee/list.vue

@@ -125,7 +125,8 @@ export default {
           { prop: 'account', label: this.$t('platform.org.employee.prop.account'),width:150},
           { prop: 'account', label: this.$t('platform.org.employee.prop.account'),width:150},
           //{ prop: 'wcAccount', label: this.$t('platform.org.employee.prop.wcAccount'),width:120},
           //{ prop: 'wcAccount', label: this.$t('platform.org.employee.prop.wcAccount'),width:120},
           { prop: 'orgName', label: this.$t('platform.org.employee.prop.orgPath'), sortable: false ,width:250},
           { prop: 'orgName', label: this.$t('platform.org.employee.prop.orgPath'), sortable: false ,width:250},
-           { prop: 'status', label: this.$t('platform.org.employee.prop.status'), tags: statusOptions,width:100},
+          { prop: 'wcAccount', label: '客户单位名称',width:250},
+          { prop: 'status', label: this.$t('platform.org.employee.prop.status'), tags: statusOptions,width:100},
           { prop: 'createTime', label: this.$t('common.field.createTime')},
           { prop: 'createTime', label: this.$t('common.field.createTime')},
         ],
         ],
         rowHandle: {
         rowHandle: {