|
@ -77,7 +77,7 @@ |
|
|
<span>{{ scope.row.createTime }}</span> |
|
|
<span>{{ scope.row.createTime }}</span> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column label="付款编号" align="center"> |
|
|
<el-table-column label="付款编号" align="center" width="120"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<span>{{ scope.row.id }}</span> |
|
|
<span>{{ scope.row.id }}</span> |
|
|
</template> |
|
|
</template> |
|
|