11
lkk
2025-04-11 62456ff30a1b6afdec043e86c54f0157347ee6bf
src/views/hosp/advicerules/index.vue
@@ -644,7 +644,7 @@
      const dictItem = this.dict.type.sys_user_sex.find(
        (item) => item.value === row.xb
      );
      return dictItem ? dictItem.label : "";
      return dictItem ? dictItem.label : "未知";
    },
    handleSelectionChange1(selection) {