qx
2025-04-14 4579d287d7350a1ed285958c1d600adb64c1720f
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) {