瀏覽代碼

修改当前状态对应参数名

DESKTOP-2S67K1S\31396 2 年之前
父節點
當前提交
632a122b2b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/operation/recommend/index.vue

+ 2 - 2
src/views/operation/recommend/index.vue

@@ -35,7 +35,7 @@
           </span>
           </span>
         </template>
         </template>
       </el-table-column>
       </el-table-column>
-      <el-table-column label="当前状态" align="center" prop="status" :formatter="statusFormatter" />
+      <el-table-column label="当前状态" align="center" prop="isProgressStatus" :formatter="statusFormatter" />
       <el-table-column label="操作" align="center">
       <el-table-column label="操作" align="center">
         <template slot-scope="scope">
         <template slot-scope="scope">
           <el-button v-if="scope.row.lv === 2" type="text" @click="getDetail(scope.row)"
           <el-button v-if="scope.row.lv === 2" type="text" @click="getDetail(scope.row)"
@@ -338,7 +338,7 @@ export default {
 
 
     // 字典翻译
     // 字典翻译
     statusFormatter(row) {
     statusFormatter(row) {
-      return this.selectDictLabel(this.statusOptions, row.status)
+      return this.selectDictLabel(this.statusOptions, row.isProgressStatus)
     },
     },
 
 
     typeFormatter(row) {
     typeFormatter(row) {