|
@@ -48,13 +48,11 @@
|
|
|
<el-button type="primary" icon="ele-RefreshRight" @click="onReset"> 重置 </el-button>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :xs="24" :sm="12" :md="8" :lg="6" :xl="4" class="mb20">
|
|
|
- <el-form-item>
|
|
|
- <el-button type="primary" icon="ele-CirclePlus" @click="onAdd"> 添加 </el-button>
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
+ <div class="my-flex my-flex-start" >
|
|
|
+ <el-button type="primary" icon="ele-CirclePlus" @click="onAdd"> 添加 </el-button>
|
|
|
+ </div>
|
|
|
<div class="my-flex my-flex-end" >
|
|
|
<el-button type="primary" icon="ele-UploadFilled" @click="uploadFiles"> 批量导入 </el-button>
|
|
|
<el-button type="primary" icon="ele-Document" @click="exportTable(sdkData.tableModel,sdkData.dynamicColumns)"> 导出表格 </el-button>
|