From d74a76f54c05b22637a4872ca89cedd3dd02589f Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 10 四月 2025 18:08:21 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/propaganda/QuestionnaireTask.vue | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/views/patient/propaganda/QuestionnaireTask.vue b/src/views/patient/propaganda/QuestionnaireTask.vue index 4d3d021..ad1d17a 100644 --- a/src/views/patient/propaganda/QuestionnaireTask.vue +++ b/src/views/patient/propaganda/QuestionnaireTask.vue @@ -486,6 +486,12 @@ @keyup.enter.native="handleQuery" ></el-input> </el-form-item> + <el-form-item label="鎮h�呮爣绛撅細"> + <el-input + v-model="patientqueryParams.tagname" + @keyup.enter.native="handleQuery" + ></el-input> + </el-form-item> <el-select v-model="patientqueryParams.searchscope" placeholder="璇烽�夋嫨鎮h�呰寖鍥�" @@ -882,6 +888,7 @@ { label: "韬唤璇�", width: "200", prop: "idcardno" }, { label: "鎬у埆", width: "", prop: "sex" }, { label: "骞撮緞", width: "", prop: "age" }, + { label: "鎮h�呮爣绛�", width: "", prop: "tag" }, { label: "璐d换鎶ゅ+", width: "", prop: "nurseName" }, { label: "涓绘不鍖荤敓", width: "", prop: "drname" }, { label: "绉戝", width: "240", prop: "dept" }, @@ -1492,6 +1499,7 @@ { label: "韬唤璇�", width: "200", prop: "idcardno" }, { label: "鎬у埆", width: "", prop: "sex" }, { label: "骞撮緞", width: "", prop: "age" }, + { label: "鎮h�呮爣绛�", width: "200", prop: "tag" }, { label: "鍑洪櫌澶╂暟", width: "", prop: "endDay" }, { label: "璐d换鎶ゅ+", width: "", prop: "nurseName" }, { label: "鍖荤敓", width: "", prop: "drname" }, @@ -1505,6 +1513,7 @@ { label: "韬唤璇�", width: "200", prop: "idcardno" }, { label: "鎬у埆", width: "", prop: "sex" }, { label: "骞撮緞", width: "", prop: "age" }, + { label: "鎮h�呮爣绛�", width: "200", prop: "tag" }, { label: "鍑洪櫌澶╂暟", width: "", prop: "endDay" }, { label: "璐d换鎶ゅ+", width: "", prop: "nurseName" }, { label: "鍖荤敓", width: "", prop: "drname" }, @@ -1771,6 +1780,7 @@ this.id = null; this.form.taskName = ""; this.form.taskid = null; + this.form.sendState = 1; this.overallCase = []; this.form.patTaskRelevances = []; this.daytime = []; //鏃ユ湡 -- Gitblit v1.9.3