Browse Source

术语映射问题修改

wyq 4 years ago
parent
commit
90c9fa47a4
2 changed files with 7 additions and 0 deletions
  1. 1 0
      src/components/base/LtModal.vue
  2. 6 0
      src/components/cdssManage/nursing/nursing.vue

+ 1 - 0
src/components/base/LtModal.vue

@@ -215,6 +215,7 @@ export default {
       this.form.formConceptId = this.data.formConceptId;
       this.form.form = this.data.form;
       this.form.source = this.data.source;
+      this.form.hisCode = this.data.hisCode;
       this.getTermMatching();
       this.getRelatedMapping();
     }

+ 6 - 0
src/components/cdssManage/nursing/nursing.vue

@@ -94,6 +94,12 @@ export default {
     return {
       list: [],
       searched: false,
+      matchList: [
+        { id: '', name: '全部' },
+        { id: 1, name: '已匹配' },
+        { id: 0, name: '未匹配' },
+        { id: 2, name: '多项匹配' }
+      ],
       filter: {
         hisName: '', // 医院诊断名称
         uniqueName: '', //标准诊断名称