|
@ -22,7 +22,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div v-show="dataList.length > 0 && progress == 2" style="height: 600px; overflow-y: scroll;margin: 60px 0;"> |
|
|
<div v-show="dataList.length > 0 && progress == 2" style="height: 400px; overflow-y: scroll;margin: 60px 0;"> |
|
|
<el-table ref="ref_table" :data="dataList" border class="m-table-item" style="width: 100%"> |
|
|
<el-table ref="ref_table" :data="dataList" border class="m-table-item" style="width: 100%"> |
|
|
<el-table-column label="序号" header-align="center" align="center" type="index" width="100"></el-table-column> |
|
|
<el-table-column label="序号" header-align="center" align="center" type="index" width="100"></el-table-column> |
|
|
<el-table-column prop="userTableHeader" header-align="center" align="center" label="上传表格列" min-width="60"> |
|
|
<el-table-column prop="userTableHeader" header-align="center" align="center" label="上传表格列" min-width="60"> |
|
@ -56,7 +56,7 @@ |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
</el-table> |
|
|
</el-table> |
|
|
</div> |
|
|
</div> |
|
|
<div v-show="progress == 3" style="height: 600px; overflow-y: scroll;margin: 60px 0;"> |
|
|
<div v-show="progress == 3" style="height: 400px; overflow-y: scroll;margin: 60px 0;"> |
|
|
<div v-if="formData1.importCategory === 'BASEINFO'"> |
|
|
<div v-if="formData1.importCategory === 'BASEINFO'"> |
|
|
<resi-search ref="resi_form"></resi-search> |
|
|
<resi-search ref="resi_form"></resi-search> |
|
|
</div> |
|
|
</div> |
|
@ -64,7 +64,7 @@ |
|
|
<HoseSearch ref="house_form"/> |
|
|
<HoseSearch ref="house_form"/> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<p>温馨提示:智能填表将使用平台内已有的基础数据,如果您所在的组织下尚无基础数据,请先通过<el-button type="text" @click="toSmartImport">[智能导入]</el-button>导入基础数据后再进行填表操作</p> |
|
|
<p v-if="progress == 1">温馨提示:智能填表将使用平台内已有的基础数据,如果您所在的组织下尚无基础数据,请先通过<el-button type="text" @click="toSmartImport">[智能导入]</el-button>导入基础数据后再进行填表操作</p> |
|
|
<div> |
|
|
<div> |
|
|
<span slot="footer" style="margin-top: 30px; display: flex; justify-content: flex-end;"> |
|
|
<span slot="footer" style="margin-top: 30px; display: flex; justify-content: flex-end;"> |
|
|
<el-button v-if="progress != 1" @click="progress = progress - 1">上一步</el-button> |
|
|
<el-button v-if="progress != 1" @click="progress = progress - 1">上一步</el-button> |
|
|