|
@ -83,7 +83,7 @@ |
|
|
<span>{{ scope.row.closingDate }}</span> |
|
|
<span>{{ scope.row.closingDate }}</span> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column label="申请编号" align="center" width="180"> |
|
|
<el-table-column label="申请编号" align="center" width="190"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<span>{{ scope.row.billNo }}</span> |
|
|
<span>{{ scope.row.billNo }}</span> |
|
|
</template> |
|
|
</template> |
|
|