Browse Source

Merge branch 'dev' into preview

dlt_manageScope_0428
mk 2 years ago
parent
commit
631be32fa5
  1. 9
      src/views/components/editResi.vue
  2. 5
      src/views/modules/base/smartImport/cpts/createdTask.vue

9
src/views/components/editResi.vue

@ -1606,7 +1606,13 @@ export default {
employmentWish: null, //
};
}
if (!res.data.data.oldPeopleDto) {
this.form.oldPeopleDto = {
oldPeopleCategories: [],
resideSituation: null,
oldSubsidy: null
};
}
for (const key in this.form.baseInfoDto.categoryInfo) {
if (
(this.form.baseInfoDto.categoryInfo[key] === 1 &&
@ -2090,7 +2096,6 @@ export default {
);
}
}
// incidence
if (this.incidence[value]) {
if (event) {

5
src/views/modules/base/smartImport/cpts/createdTask.vue

@ -138,7 +138,8 @@
>
<div v-if="dataList.length > 0" style="height: 600px; overflow-y: scroll">
<p style="margin-top: 0px;">
说明系统将会将您上传的表格列自动匹配到平台对应的数据列匹配错误或没有匹配上的列红色高亮您还可以手动匹配
说明您上传的表格列已自动匹配到系统对应的字段请检查确认或手动调整没有对应到系统字段的表格列将被忽略
</p>
<el-table
ref="ref_table"
@ -184,7 +185,7 @@
prop="itemGroupId"
header-align="center"
align="center"
label="平台数据列"
label="系统字段"
min-width="110"
>
<template slot-scope="scope">

Loading…
Cancel
Save