|
@@ -168,14 +168,14 @@
|
|
|
<HcIcon class="hc-icon-close text-hover" name="arrow-up-double" style="color:rgb(64, 149, 229);" @mousedown="startDrag($event)" />
|
|
|
</el-tooltip>
|
|
|
<div>
|
|
|
- <!-- <HcTooltip keys="archives_tuning_btn_insert">
|
|
|
+ <HcTooltip keys="archives_tuning_btn_insert">
|
|
|
<el-button hc-btn type="success" size="small" :disabled="intableCheckedKeys.length <= 0" @click="insertClick">
|
|
|
插卷
|
|
|
</el-button>
|
|
|
- </HcTooltip> -->
|
|
|
- <el-button hc-btn type="success" size="small" :disabled="intableCheckedKeys.length <= 0" @click="insertClick">
|
|
|
+ </HcTooltip>
|
|
|
+ <!-- <el-button hc-btn type="success" size="small" :disabled="intableCheckedKeys.length <= 0" @click="insertClick">
|
|
|
插卷
|
|
|
- </el-button>
|
|
|
+ </el-button> -->
|
|
|
<el-button hc-btn type="primary" size="small" @click="batchEditClick(2)">
|
|
|
编辑
|
|
|
</el-button>
|
|
@@ -183,6 +183,7 @@
|
|
|
<el-button hc-btn type="warning" size="small" @click="closetableFile(2)">
|
|
|
删除
|
|
|
</el-button>
|
|
|
+ <HcIcon class="hc-icon-close text-hover ml-2" name="close" style="color:rgb(64, 149, 229);" @click="tableFileShow = false" />
|
|
|
</div>
|
|
|
</div>
|
|
|
<div v-loading="intableLoading" class="hc-file-table-box">
|