|
|
@ -89,7 +89,7 @@ |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="预提日期" align="center" width="120"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.withholdingDate }}</span> |
|
|
|
<span>{{ scope.row.withholdingDate.substring(0, scope.row.withholdingDate.length - 9) }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="上传金额" align="center" width="120"> |
|
|
|