Browse Source

修改问题

master
yunuo970428 2 years ago
parent
commit
697837ac26
  1. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/discountpackage/discountpackage.vue

2
anrui-buscenter/anrui-buscenter-ui/src/views/discountpackage/discountpackage.vue

@ -36,7 +36,7 @@
<el-table-column fixed width="60px" label="序号" type="index" :index="indexMethod" align="center"/>
<el-table-column fixed label="操作" width="150px" align="center">
<template slot-scope="scope">
<el-button type="primary" size="mini" @click="toEdit(scope.row)" :disabled="scope.row.nodeState =='调价申请' ? false : scope.row.nodeState == '待提交' ? false : true">办理</el-button>
<el-button type="primary" size="mini" @click="toEdit(scope.row)" :disabled="scope.row.nodeState =='发起申请' ? false : scope.row.nodeState == '待提交' ? false : true">办理</el-button>
<el-button type="primary" size="mini" @click="toInfo(scope.row)">查看</el-button>
</template>
</el-table-column>

Loading…
Cancel
Save