dingxin 6 年前
父节点
当前提交
9cf149e560
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      VUECODE/smart-property-manage/src/views/shop/shopReplay/index.vue

+ 2
- 2
VUECODE/smart-property-manage/src/views/shop/shopReplay/index.vue 查看文件

@@ -36,7 +36,7 @@
36 36
       <el-button type="primary" @click="enditreply()">修改评价</el-button>
37 37
       <el-button type="info" @click="enditandAdd(0)">下架评价</el-button>
38 38
       <el-button type="info" @click="enditandAdd(1)">上架评价</el-button>
39
-      <span style="padding-left:20%;font-size:0.7vw;color:#C0C0C0;">注:权重越大,APP端展示越靠前(权重相同时按编辑时间从晚到早排序)</span>
39
+      <span style="padding-left:20%;font-size:0.7vw;color:#C0C0C0;">注:权重越大评价在APP端排序越靠前(权重相同时按编辑时间从晚到早排序)</span>
40 40
       </el-row>
41 41
     </el-form>
42 42
       <el-table
@@ -95,7 +95,7 @@
95 95
        </template>
96 96
       </el-table-column>
97 97
       <el-table-column prop="replayPeople" label="回复人" align="center"/>
98
-      <el-table-column prop="createDate" label="时间" align="center"><template slot-scope="scope">{{ formatDate(scope.row.createDate) }}</template></el-table-column>
98
+      <el-table-column prop="createDate" label="评价时间" align="center"><template slot-scope="scope">{{ formatDate(scope.row.createDate) }}</template></el-table-column>
99 99
       <el-table-column prop="replayContent" label="评论状态" align="center">
100 100
         <template slot-scope="scope">
101 101
           <span style="color: #8B8378	" v-if="scope.row.status==='0'">已下架</span>