Browse Source

表头匹配文字修改

feature
mk 2 years ago
parent
commit
521dcbc5bb
  1. 5
      src/views/modules/base/smartImport/cpts/createdTask.vue

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