Merge branch 'v2' of https://e.coding.net/ctcdevteam/ehs/ehs_web into v2
This commit is contained in:
commit
5ef55f83a5
|
@ -14,7 +14,7 @@
|
||||||
<el-card style="width: 100%" header="计划明细" shadow="hover">
|
<el-card style="width: 100%" header="计划明细" shadow="hover">
|
||||||
<div>
|
<div>
|
||||||
<el-button type="primary" icon="el-icon-plus" v-auth="'pu_planitem.create'" @click="add"
|
<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>
|
</div>
|
||||||
<scTable ref="table" :apiObj="apiObj" row-key="id" stripe :params="query" hidePagination hideDo>
|
<scTable ref="table" :apiObj="apiObj" row-key="id" stripe :params="query" hidePagination hideDo>
|
||||||
<el-table-column type="index" width="50" />
|
<el-table-column type="index" width="50" />
|
||||||
|
|
Loading…
Reference in New Issue