Explorar o código

Merge branch '0601Action' into test

mo %!s(int64=4) %!d(string=hai) anos
pai
achega
c89f9a2e8c
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      src/views/teamBuild/components/newForecast-list.vue

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

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