|
|
|
@ -297,17 +297,16 @@
|
|
|
|
|
</el-card>
|
|
|
|
|
<el-card class="el-card">
|
|
|
|
|
<el-form :model="repEditQuery" ref="editQuery" border label-width="100px">
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-row :gutter="24" class="el-row" type="flex">
|
|
|
|
|
|
|
|
|
|
<el-col :span="18" class="el-col">
|
|
|
|
|
<H3 style="margin-left: 10px;margin-bottom: 15px">{{ replTitle }}</H3>
|
|
|
|
|
</el-col>
|
|
|
|
|
<div style=" float: right;
|
|
|
|
|
text-align: right;
|
|
|
|
|
margin-bottom: 8px;"
|
|
|
|
|
>
|
|
|
|
|
<el-col :span="6" class="el-col">
|
|
|
|
|
<div style=" float: right; text-align: right; margin-bottom: 8px;">
|
|
|
|
|
<el-button type="primary" icon="el-icon-upload" @click="selectExport">选中导入</el-button>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: 15px">
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|