Commit 4fa89b65 authored by 吴滔's avatar 吴滔

付款单列表状态

parent b5580f68
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
<el-button v-if="scope.row.state == 2" size="mini" type="text">反审核</el-button> <el-button v-if="scope.row.state == 2" size="mini" type="text">反审核</el-button>
<el-button v-if="scope.row.state == 2" size="mini" type="text">核销</el-button> <el-button v-if="scope.row.state == 2" size="mini" type="text">核销</el-button>
<el-button v-if="scope.row.state = 4" size="mini" type="text">反核销</el-button> <el-button v-if="scope.row.state == 4" size="mini" type="text">反核销</el-button>
<!-- <el-button v-if="scope.row.state == 3" size="mini" type="text">开票</el-button> --> <!-- <el-button v-if="scope.row.state == 3" size="mini" type="text">开票</el-button> -->
<el-button size="mini" type="text" @click="toprint(scope.row.id)">打印</el-button> <el-button size="mini" type="text" @click="toprint(scope.row.id)">打印</el-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment