修改医嘱字典
This commit is contained in:
@@ -527,7 +527,7 @@
|
||||
placeholder="请选择"
|
||||
style="width: 100%">
|
||||
<el-option
|
||||
v-for="dict in drord_type"
|
||||
v-for="dict in drord_doctor_type"
|
||||
:key="dict.value"
|
||||
:label="dict.label"
|
||||
:value="dict.value"
|
||||
@@ -761,12 +761,12 @@ const { proxy } = getCurrentInstance();
|
||||
const inputRefs = ref({}); // 存储输入框实例
|
||||
const requiredProps = ref([]); // 存储必填项 prop 顺序
|
||||
const totalAmount = ref(0);
|
||||
const { method_code, unit_code, rate_code, distribution_category_code,drord_type } = proxy.useDict(
|
||||
const { method_code, unit_code, rate_code, distribution_category_code,drord_doctor_type } = proxy.useDict(
|
||||
'method_code',
|
||||
'unit_code',
|
||||
'rate_code',
|
||||
'distribution_category_code',
|
||||
'drord_type'
|
||||
'drord_doctor_type'
|
||||
);
|
||||
|
||||
const adviceTypeList = ref([
|
||||
|
||||
Reference in New Issue
Block a user