|
@@ -118,6 +118,11 @@
|
|
|
<div>{{scope.row.status?'是':'否'}}</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column align="center" prop="createTime" label="提交时间" width="150">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ {{scope.row.submitTime | dateForMinFormat}}
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column align="center" prop="isReplied" label="是否评价">
|
|
|
<template slot-scope="scope">
|
|
|
<div>{{scope.row.isReplied?'是':'否'}}</div>
|