|
@@ -35,7 +35,7 @@
|
|
|
<el-table-column label="操作" min-width="90" align="center" fixed>
|
|
<el-table-column label="操作" min-width="90" align="center" fixed>
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<router-link :to="'/oilsupplier/supplieraudit/' + scope.row.Id + '/' + (scope.row.SupplierTypeCode === '01' ? 'goodsedit' : (scope.row.SupplierTypeCode === '02' ? 'basisedit' : 'techedit')) + '?certid=' + scope.row.CertId">
|
|
<router-link :to="'/oilsupplier/supplieraudit/' + scope.row.Id + '/' + (scope.row.SupplierTypeCode === '01' ? 'goodsedit' : (scope.row.SupplierTypeCode === '02' ? 'basisedit' : 'techedit')) + '?certid=' + scope.row.CertId">
|
|
|
- <el-button type="primary" plain size="mini" title="分配" v-if="scope.row.Status == '3'">分配</el-button>
|
|
|
|
|
|
|
+ <el-button type="primary" plain size="mini" title="分办" v-if="scope.row.Status == '3'">分办</el-button>
|
|
|
<el-button type="primary" plain size="mini" title="审核" v-else>审核</el-button>
|
|
<el-button type="primary" plain size="mini" title="审核" v-else>审核</el-button>
|
|
|
</router-link>
|
|
</router-link>
|
|
|
|
|
|