|
@@ -176,13 +176,13 @@
|
|
|
<!-- <el-button hc-btn type="success" size="small" :disabled="intableCheckedKeys.length <= 0" @click="insertClick">
|
|
|
插卷
|
|
|
</el-button> -->
|
|
|
- <el-button hc-btn type="primary" size="small" @click="batchEditClick(2)">
|
|
|
+ <el-button hc-btn type="primary" size="small" :disabled="intableCheckedKeys.length <= 0" @click="batchEditClick(2)">
|
|
|
编辑
|
|
|
</el-button>
|
|
|
|
|
|
- <el-button hc-btn type="warning" size="small" @click="closetableFile(2)">
|
|
|
+ <!-- <el-button hc-btn type="warning" size="small" @click="closetableFile(2)">
|
|
|
删除
|
|
|
- </el-button>
|
|
|
+ </el-button> -->
|
|
|
<HcIcon class="hc-icon-close text-hover ml-2" name="close" style="color:rgb(64, 149, 229);" @click="tableFileShow = false" />
|
|
|
</div>
|
|
|
</div>
|