diff --git a/project/xumu/AppBreedArchive/add.vue b/project/xumu/AppBreedArchive/add.vue index 1a30090a..5f71d014 100644 --- a/project/xumu/AppBreedArchive/add.vue +++ b/project/xumu/AppBreedArchive/add.vue @@ -13,7 +13,7 @@ const columns = { {label: "序号", type: "index"}, {label: "疫苗名称", prop: "vaccineName"}, {label: "用药方式", prop: "method"}, - {label: "药量", prop: "dosage"}, + {label: "药量(ml)", prop: "dosage"}, {label: "生产厂家", prop: "factory"}, {label: "厂家批号", prop: "batchNumber"}, {label: "免疫时间", prop: "immunityTime"}, @@ -23,7 +23,7 @@ const columns = { treatmentList: [ {label: "序号", type: "index"}, {label: "药品名称", prop: "drugName"}, - {label: "药量", prop: "dosage"}, + {label: "药量(ml)", prop: "dosage"}, {label: "生产厂家", prop: "factory"}, {label: "厂家批号", prop: "batchNumber"}, {label: "疾病名称", prop: "diseaseName"}, diff --git a/project/xumu/AppImmunityManage/add.vue b/project/xumu/AppImmunityManage/add.vue index 1fe261a2..28ca43ee 100644 --- a/project/xumu/AppImmunityManage/add.vue +++ b/project/xumu/AppImmunityManage/add.vue @@ -6,7 +6,7 @@ const columns = [ {label: "序号", type: "index"}, {label: "疫苗名称", prop: "vaccineName"}, {label: "用药方式", prop: "method"}, - {label: "药量", prop: "dosage"}, + {label: "药量(ml)", prop: "dosage"}, {label: "生产厂家", prop: "factory"}, {label: "厂家批号", prop: "batchNumber"}, {label: "免疫时间", prop: "immunityTime"}, diff --git a/project/xumu/AppTreatmentManage/add.vue b/project/xumu/AppTreatmentManage/add.vue index 7216944c..b9089d8f 100644 --- a/project/xumu/AppTreatmentManage/add.vue +++ b/project/xumu/AppTreatmentManage/add.vue @@ -5,7 +5,7 @@ import AiEartagPicker from "../components/AiEartagPicker.vue"; const columns = [ {label: "序号", type: "index"}, {label: "药品名称", prop: "drugName"}, - {label: "药量", prop: "dosage"}, + {label: "药量(ml)", prop: "dosage"}, {label: "生产厂家", prop: "factory"}, {label: "厂家批号", prop: "batchNumber"}, {label: "疾病名称", prop: "diseaseName"},