diff --git a/src/config/code.js b/src/config/code.js index e5bc3f8..4f950e6 100644 --- a/src/config/code.js +++ b/src/config/code.js @@ -477,34 +477,7 @@ export const NIHSS_LIST = [{ text: '严重的偏侧忽视或一种以上的偏侧忽视;不认识自己的手;只能对一侧空间定位 ', }, ], - }, - { - text: '12.心率', - description: '', - value: null, - visible: false, - hidePopover: true, - key: '12-score', - range: [0, 200], - }, - { - text: '13.血氧饱和度', - description: '', - value: null, - visible: false, - hidePopover: true, - key: '13-score', - range: [0, 100], - }, - { - text: '14.格拉斯评分', - description: '', - value: null, - visible: false, - hidePopover: true, - key: '14-score', - range: [0, 15], - }, + } ]; //急诊病情评估 @@ -542,6 +515,33 @@ export const EMERGENCY_CODE = { default: 0, range: NIHSS_LIST, }, + 'BQPG-XL': { + text: '心率', + description: '', + type: 'pageNumer', + inputType: 'number', + rightArrow: true, + default: undefined, + range: [0, 200], + }, + 'BQPG-SAO2': { + text: '血氧饱和度', + description: '', + type: 'pageNumer', + inputType: 'number', + rightArrow: true, + default: undefined, + range: [0, 100], + }, + 'BQPG-GCS': { + text: '格拉斯评分', + description: '', + type: 'pageNumer', + inputType: 'number', + rightArrow: true, + default: undefined, + range: [0, 15], + }, }; //0min export const EMERGENCY_Q_CODE = { diff --git a/src/views/thrombolysis/components/throm-before1.vue b/src/views/thrombolysis/components/throm-before1.vue index bcc0aa1..5a86d05 100644 --- a/src/views/thrombolysis/components/throm-before1.vue +++ b/src/views/thrombolysis/components/throm-before1.vue @@ -69,11 +69,11 @@ - - + :max="item.range[1]" /> --> +