|
@@ -282,14 +282,14 @@
|
|
|
sortable
|
|
|
prop="fBillstatus"
|
|
|
>
|
|
|
- <template slot-scope="scope">
|
|
|
+<!-- <template slot-scope="scope">
|
|
|
<span v-if="scope.row.fBillstatus === 1">新建</span>
|
|
|
<span v-if="scope.row.fBillstatus === 2">暂存</span>
|
|
|
<span v-if="scope.row.fBillstatus === 3">审核驳回</span>
|
|
|
<span v-if="scope.row.fBillstatus === 4">提交审核</span>
|
|
|
<span v-if="scope.row.fBillstatus === 5">审核中</span>
|
|
|
<span v-if="scope.row.fBillstatus === 6">审核通过</span>
|
|
|
- </template>
|
|
|
+ </template>-->
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
label="制单人"
|