zweizhao 7 лет назад
Родитель
Сommit
3653ea3575
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      pages/main/index/cloud_job.vue

+ 0 - 4
pages/main/index/cloud_job.vue

@@ -297,10 +297,6 @@ export default {
     },
     // 根据状态显示图表样式
     tableRowClassName({ row, rowIndex }) {
-      console.log({row, rowIndex})
-      // let className = ""
-      // if(row.status === "1") className = "success-row"
-      // return className
       let className
       switch(row.statusName) {
         case '审核中':