Sfoglia il codice sorgente

人员导入字段调整

shenqilong 4 mesi fa
parent
commit
c3e5ec709f
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/views/platform/org/employee/list.vue

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

@@ -126,7 +126,7 @@ export default {
                     { 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: 'orgName', label: this.$t('platform.org.employee.prop.orgPath'), sortable: false, width: 250 },
-                   // { prop: 'qq', label: '客户单位名称', width: 250 },
+                    // { prop: 'qq', 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') }
                 ],
@@ -623,7 +623,7 @@ export default {
                 const deptName = item.position.split('\n')
                 const roleItemList = []
                 const posItemList = []
-                roleName.forEach(r => {
+                deptName.forEach(r => {
                     const temp = roleList.find(i => i.name === r.trim().replace(/\r/g, ''))
                     if (temp) {
                         roleItemList.push({