This commit is contained in:
caoqianming 2023-12-18 13:25:44 +08:00
commit 5ef55f83a5
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<el-card style="width: 100%" header="计划明细" shadow="hover">
<div>
<el-button type="primary" icon="el-icon-plus" v-auth="'pu_planitem.create'" @click="add"
v-if="orderObj == 10">新增</el-button>
v-if="orderObj.state == 10">新增</el-button>
</div>
<scTable ref="table" :apiObj="apiObj" row-key="id" stripe :params="query" hidePagination hideDo>
<el-table-column type="index" width="50" />