1
lkk
2025-04-11 eefd1cde0596038eaf81ac23504a8ab4553c844b
1
1个文件已修改
2 ■■■ 已修改文件
src/views/hosp/advicerules/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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) {