Merge branch 'dev' into yhkp

main
dearlin 2023-11-16 16:57:57 +08:00
commit 5f703e5614
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@
</el-table> </el-table>
<div class="page-btn-group"> <div class="page-btn-group">
<div> <div>
<el-button v-show="add" type="primary" icon="el-icon-plus" @click="handleAdd"></el-button> <el-button v-show="add && $parent.CORPINFO_ID == '1'" type="primary" icon="el-icon-plus" @click="handleAdd"></el-button>
<!--<el-button v-show="del" type="danger" icon="el-icon-delete" plain @click="batchDel"></el-button>--> <!--<el-button v-show="del" type="danger" icon="el-icon-delete" plain @click="batchDel"></el-button>-->
<!-- <el-button type="primary" plain @click="erweiCode"></el-button>--> <!-- <el-button type="primary" plain @click="erweiCode"></el-button>-->
</div> </div>