|
@@ -74,11 +74,11 @@
|
74
|
74
|
<span>{{ parseTime(scope.row.applyDate, '{y}-{m}-{d}') }}</span>
|
75
|
75
|
</template>
|
76
|
76
|
</el-table-column>
|
77
|
|
- <el-table-column label="确认日期" align="center" prop="confirmDate" >
|
|
77
|
+ <!-- <el-table-column label="确认日期" align="center" prop="confirmDate" >
|
78
|
78
|
<template slot-scope="scope">
|
79
|
79
|
<span>{{ parseTime(scope.row.confirmDate, '{y}-{m}-{d}') }}</span>
|
80
|
80
|
</template>
|
81
|
|
- </el-table-column>
|
|
81
|
+ </el-table-column> -->
|
82
|
82
|
<el-table-column label="归还日期" align="center" prop="returnDate" >
|
83
|
83
|
<template slot-scope="scope">
|
84
|
84
|
<span>{{ parseTime(scope.row.returnDate, '{y}-{m}-{d}') }}</span>
|