diff --git a/healthlink-his-ui/src/views/inpatientDoctor/home/components/order/OrderForm.vue b/healthlink-his-ui/src/views/inpatientDoctor/home/components/order/OrderForm.vue index dd24f3497..aaac8abd2 100755 --- a/healthlink-his-ui/src/views/inpatientDoctor/home/components/order/OrderForm.vue +++ b/healthlink-his-ui/src/views/inpatientDoctor/home/components/order/OrderForm.vue @@ -149,7 +149,7 @@ @click="() => (row.methodCode_dictText = dict.label)" @keyup="handleEnter('methodCode')" :key="dict.value" - :label="dict.value + ' ' + dict.label" + :label="dict.label" :value="dict.value" /> @@ -360,7 +360,7 @@