|
|
@ -54,7 +54,7 @@ |
|
|
|
<span v-else @click="flowRecord(scope.row)" class="bluezi">{{ scope.row.nodeState }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="applicationDate" label="申请日期" align="center" width="100"/> |
|
|
|
<el-table-column prop="applicationDate" label="发起日期" align="center" width="100"/> |
|
|
|
<el-table-column label="采购申请编号" align="center" width="170"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span class="bluezi" @click="hangleLook(scope.row)">{{ scope.row.pcApplicationCode }}</span> |
|
|
|