|
|
@ -57,12 +57,12 @@ |
|
|
|
<span v-else @click="flowRecord(scope.row)" class="bluezi">{{ scope.row.nodeState }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="分公司" align="center"> |
|
|
|
<el-table-column label="分公司" align="center" width="130"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.company }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="申请部门" align="center"> |
|
|
|
<el-table-column label="申请部门" align="center" width="130"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.dept }}</span> |
|
|
|
</template> |
|
|
@ -82,7 +82,7 @@ |
|
|
|
<span>{{ scope.row.closingDate }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="申请编号" align="center" width="100"> |
|
|
|
<el-table-column label="申请编号" align="center" width="180"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.billNo }}</span> |
|
|
|
</template> |
|
|
|