【采购订单审核】

pull/4/head
qiuhongwu 8 months ago
parent dddd984c31
commit 1782d55ace

@ -96,7 +96,10 @@
<dict-tag :type="DICT_TYPE.HELI_PURCHASE_ORDER_STATUS" :value="scope.row.status" />
</template>
</el-table-column>
<el-table-column label="操作" align="center" fixed="right" min-width="200">
<el-table-column label="操作" align="right" fixed="right" min-width="200">
<template #header>
<span style="margin-right: 30%">操作</span>
</template>
<template #default="scope">
<el-button link type="primary" @click="openForm('audit', scope.row.id)" v-if="scope.row.status == 2">
去审核

Loading…
Cancel
Save