From 880e036a0d85cd542034794c1dac2a4e433c5553 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 03 七月 2025 10:51:04 +0800 Subject: [PATCH] 测试完成 --- src/views/followvisit/outpatient/index.vue | 31 +++++++++++++++---------------- 1 files changed, 15 insertions(+), 16 deletions(-) diff --git a/src/views/followvisit/outpatient/index.vue b/src/views/followvisit/outpatient/index.vue index 93a0376..ab2f5de 100644 --- a/src/views/followvisit/outpatient/index.vue +++ b/src/views/followvisit/outpatient/index.vue @@ -79,7 +79,7 @@ ></el-input> </el-form-item> - <el-form-item label="褰卞儚鏃堕棿"> + <el-form-item label="闂ㄨ瘖鏃堕棿"> <el-date-picker v-model="dateRange" style="width: 240px" @@ -154,7 +154,6 @@ icon="el-icon-upload2" size="medium" @click="handleExport" - v-hasPermi="['system:user:export']" >瀵煎嚭</el-button > </div> @@ -423,7 +422,7 @@ </el-table-column> --> <!-- <el-table-column - label="褰卞儚闅忚妯℃澘鍚嶇О" + label="闂ㄨ瘖闅忚妯℃澘鍚嶇О" align="center" key="templatename" prop="templatename" @@ -510,7 +509,7 @@ @pagination="getList" /> </el-row> - <!-- 娣诲姞鎴栦慨鏀瑰奖鍍忛殢璁垮璇濇 --> + <!-- 娣诲姞鎴栦慨鏀归棬璇婇殢璁垮璇濇 --> <el-dialog :title="title" :visible.sync="addalteropen" @@ -553,7 +552,7 @@ </el-row> <el-row :gutter="20"> <el-col :span="24"> - <el-form-item label="褰卞儚闅忚瑕佹眰"> + <el-form-item label="闂ㄨ瘖闅忚瑕佹眰"> <el-input type="textarea" v-model="form.desc"></el-input> </el-form-item> </el-col> @@ -678,7 +677,7 @@ // 鐢ㄦ埛琛ㄦ牸鏁版嵁 userList: null, // 寮瑰嚭灞傛爣棰� - title: "鏂板褰卞儚闅忚", + title: "鏂板闂ㄨ瘖闅忚", // 鏄惁鏄剧ず淇敼銆佹坊鍔犲脊鍑哄眰 addalteropen: false, // 淇敼鍙戦�佹椂闂村璇濇 @@ -700,13 +699,13 @@ yfsvalue: "", inputValue: "", preachform: "", - previewVisible: false, //褰卞儚闅忚棰勮寮规 + previewVisible: false, //闂ㄨ瘖闅忚棰勮寮规 radio: "", radios: [], - previewtype: 2, //棰勮褰卞儚闅忚绫诲瀷 + previewtype: 2, //棰勮闂ㄨ瘖闅忚绫诲瀷 total: 0, // 鎬绘潯鏁� - ImportQuantity: 999, //瀵煎奖鍍忛殢璁挎暟閲� - //棰勮褰卞儚闅忚淇℃伅 + ImportQuantity: 999, //瀵奸棬璇婇殢璁挎暟閲� + //棰勮闂ㄨ瘖闅忚淇℃伅 previewvalue: { username: "杩欎釜鍖荤敓瀵逛綘鎬庝箞鏍�", }, @@ -732,7 +731,7 @@ loading: false, cardlist: [ { - name: "褰卞儚鏈嶅姟鎬婚噺", + name: "闂ㄨ瘖鏈嶅姟鎬婚噺", value: 0, }, // { @@ -864,7 +863,7 @@ this.getList(1); }, methods: { - /** 鏌ヨ褰卞儚闅忚鏈嶅姟鍒楄〃 */ + /** 鏌ヨ闂ㄨ瘖闅忚鏈嶅姟鍒楄〃 */ getList(refresh) { // 榛樿鍏ㄩ儴 @@ -883,7 +882,7 @@ // this.cardlist[2].value = response.rows[0].ysf; this.ycvalue = response.rows[0].yc; // this.cardlist[3].value = response.rows[0].fssb; - // this.cardlist[4].value = response.rows[0].dfs; + // this.cardlist[4].value = response.rows[0].dsf; // this.cardlist[5].value = response.rows[0].yfs2; this.yfsvalue = response.rows[0].yfs; } @@ -913,7 +912,7 @@ this.total = response.total; }); }, - // 鏌ョ湅褰卞儚闅忚璇︽儏 + // 鏌ョ湅闂ㄨ瘖闅忚璇︽儏 Referencequestion(row) { this.previewVisible = true; }, @@ -931,7 +930,7 @@ this.options = []; } }, - // 褰卞儚闅忚鐘舵�佷慨鏀� + // 闂ㄨ瘖闅忚鐘舵�佷慨鏀� handleStatusChange(row) { let text = row.status === "0" ? "鍚敤" : "鍋滅敤"; this.$modal @@ -1163,7 +1162,7 @@ this.topqueryParams.pageNum = null; this.topqueryParams.pageSize = null; this.download( - "smartor/serviceSubtask/export", + "smartor/serviceSubtask/patItemExport", { ...this.topqueryParams, }, -- Gitblit v1.9.3