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