Browse Source

完善融资平仓付款管理

master
yunuo970428 2 weeks ago
parent
commit
ea9a7d5e98
  1. 2
      anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/financingClosingPayment/financingClosingPayment.vue

2
anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/financingClosingPayment/financingClosingPayment.vue

@ -50,7 +50,7 @@
<el-table-column fixed label="序号" type="index" width="80" :index="indexMethod" align="center" />
<el-table-column fixed label="操作" width="180" align="center">
<template slot-scope="scope">
<el-button type="primary" size="mini" @click="toEdit(scope.row)">编辑</el-button>
<el-button type="primary" :disabled="scope.row.state == '2' || scope.row.state == '3'" size="mini" @click="toEdit(scope.row)">编辑</el-button>
</template>
</el-table-column>
<el-table-column label="支付状态" align="center" width="110">

Loading…
Cancel
Save