WXL
昨天 c8e9849cb5f24848df0174c13bfbbff37bb08a5a
src/views/business/course/index.vue
@@ -102,7 +102,7 @@
  }
  // 完成 / 完成XX
  if (/完成/.test(l)) {
  if (/完成|完结/.test(l)) {
    return "completed";
  }
@@ -134,7 +134,7 @@
  medicalevaluation: "state_Evaluation",
  relativesconfirmation: "affirm_type",
  donateflowcharts: "sys_ethical",
  donateorgansService: "allocation_Status",
  donateorgansService: "organ_allocation_status",
  donationwitness: "Obtain_status",
  donatecompletioninfo: "utilize_statue"
};
@@ -182,7 +182,7 @@
    "state_Evaluation",
    "affirm_type",
    "sys_ethical",
    "allocation_Status",
    "organ_allocation_status",
    "Obtain_status",
    "utilize_statue"
  ], // 这里只声明一个即可,其余通过 dict.type[xxx] 使用