From 0d7443623155fa14136d9a18ebd30dd203e4bb82 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 21 十二月 2023 16:37:17 +0800 Subject: [PATCH] 指标完成 --- src/views/patient/propaganda/particty.vue | 28 +++++++++++++--------------- 1 files changed, 13 insertions(+), 15 deletions(-) diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue index 7c26081..70de25c 100644 --- a/src/views/patient/propaganda/particty.vue +++ b/src/views/patient/propaganda/particty.vue @@ -48,6 +48,7 @@ <el-checkbox label="涓婂崍锛�8:30-11:30锛�"></el-checkbox> <el-checkbox label="涓嬪崍锛�14:30-16:30锛�"></el-checkbox> <el-checkbox label="澶滈棿锛�18:30-20:30锛�"></el-checkbox> + <el-checkbox label="涓嶅畾鏃�"></el-checkbox> </el-checkbox-group> </el-form-item> <el-form-item label="鏈嶅姟褰㈠紡"> @@ -61,8 +62,8 @@ </el-form-item> <el-form-item label="缁勭粐褰㈠紡"> <el-radio-group v-model="form.radio"> - <el-radio :label="3">鍗曚汉</el-radio> - <el-radio :label="6">澶氫汉</el-radio> + <el-radio :label="3">鍗曚汉瀹f暀</el-radio> + <el-radio :label="6">澶氫汉闆嗕腑瀹f暀</el-radio> </el-radio-group> </el-form-item> <el-form-item label="璇煶妯$増" prop="region"> @@ -535,9 +536,7 @@ </template> <script> -import { listsvr_prjtask, Addpatienttask } from "@/api/smartorpor/svr_prjtask"; -import { listpat_archive } from "@/api/smartorpor/pat_archive"; -import { listsvr_prjtaskline } from "@/api/smartorpor/svr_prjtaskline"; + import { messagelistpatient } from "@/api/patient/homepage"; import SFtable from "@/components/SFtable"; //琛ㄦ牸缁勪欢 @@ -564,6 +563,7 @@ ], tableLabelxj: [ { label: "瀹f暀鍚嶇О", width: "", prop: "name" }, + { label: "瀹f暀绫诲瀷", width: "", prop: "nametype" }, { label: "瀹f暀妯$増", width: "", prop: "impTemplate" }, { label: "鍒涘缓鏃ユ湡", width: "", prop: "create_time" }, { label: "鍒涘缓浜�", width: "", prop: "update_by" }, @@ -654,19 +654,15 @@ taskoptions: [ { value: "1", - label: "閫氱煡", + label: "鍑洪櫌鐥呬汉", }, { value: "2", - label: "闅忚", + label: "闂ㄨ瘖鐥呬汉", }, { value: "3", - label: "闂嵎", - }, - { - value: "4", - label: "瀹f暀", + label: "浣撴鐥呬汉", }, ], quote: false, @@ -696,6 +692,8 @@ "鐭俊", "寰俊鍏紬鍙�", "寰俊灏忕▼搴�", + "鏀粯瀹�", + "鏅鸿兘灏忕▼搴�", "閽夐拤", ]; } else if (this.currenttype == 2) { @@ -797,9 +795,9 @@ let objictpint = {}; objictpint.patientes = this.ids; objictpint.pguid = 2; - Addpatienttask(objictpint).then((res) => { - console.log(res); - }); + // Addpatienttask(objictpint).then((res) => { + // console.log(res); + // }); this.dialogVisiblepatient = false; }, -- Gitblit v1.9.3