2
lkk
2025-04-11 aefe8cd7fffd5d61082442df071c077861036ab0
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) {