Browse Source

弹窗变小

feture-12345
是小王呀\24601 6 months ago
parent
commit
656fdc15e5
  1. 6
      src/views/modules/base/smartExcel/cpts/excel-upload-data.vue

6
src/views/modules/base/smartExcel/cpts/excel-upload-data.vue

@ -22,7 +22,7 @@
</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-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">
@ -56,7 +56,7 @@
</el-table-column>
</el-table>
</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'">
<resi-search ref="resi_form"></resi-search>
</div>
@ -64,7 +64,7 @@
<HoseSearch ref="house_form"/>
</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>
<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>

Loading…
Cancel
Save