|
@@ -364,7 +364,7 @@
|
|
<div>{{ scope.row.sum ? scope.row.sum : "-" }}</div>
|
|
<div>{{ scope.row.sum ? scope.row.sum : "-" }}</div>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="评价时间" min-width="10">
|
|
|
|
|
|
+ <el-table-column label="评价时间" min-width="15">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div>{{ scope.row.time ? scope.row.time : "-" }}</div>
|
|
<div>{{ scope.row.time ? scope.row.time : "-" }}</div>
|
|
</template>
|
|
</template>
|