浏览代码

Merge branch '0601Action' into test

mo 4 年之前
父节点
当前提交
c89f9a2e8c
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/teamBuild/components/newForecast-list.vue

+ 3 - 3
src/views/teamBuild/components/newForecast-list.vue

@@ -55,9 +55,9 @@
               </div>
               </div>
             </template>
             </template>
           </el-table-column>
           </el-table-column>
-          <el-table-column align="center" label="预报名时间差">
+          <el-table-column align="center" label="预报名时间差" >
             <template slot-scope="scope">
             <template slot-scope="scope">
-              {{ formatterTimes(scope.row.perRegInterval) }}
+              {{ scope.row.perRegIntervalStr }}
             </template>
             </template>
           </el-table-column>
           </el-table-column>
           <el-table-column
           <el-table-column
@@ -79,7 +79,7 @@
             label="缴费时间差"
             label="缴费时间差"
           >
           >
             <template slot-scope="scope">
             <template slot-scope="scope">
-              {{ formatterTimes(scope.row.payInterval) }}
+              {{ scope.row.payIntervalStr }}
             </template>
             </template>
           </el-table-column>
           </el-table-column>
         </el-table>
         </el-table>