qx
qx
2025-04-14 02db0a235f5ba38a966280d4f5376a4e468ea48f
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) {