From 2ef938e02a1c64c7e7c641d46a2db91e4cdd1b75 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 28 十二月 2023 15:52:46 +0800
Subject: [PATCH] 指标完成
---
src/views/patient/propaganda/index.vue | 49 +++++++++++++++++++++++--------------------------
1 files changed, 23 insertions(+), 26 deletions(-)
diff --git a/src/views/patient/propaganda/index.vue b/src/views/patient/propaganda/index.vue
index 87ee39a..aa7da26 100644
--- a/src/views/patient/propaganda/index.vue
+++ b/src/views/patient/propaganda/index.vue
@@ -27,7 +27,7 @@
end-placeholder="缁撴潫鏃ユ湡"
></el-date-picker>
</el-form-item>
- <el-form-item label="闅忚绫诲瀷" prop="status">
+ <el-form-item label="瀹f暀绫诲瀷" prop="status">
<el-select v-model="topqueryParams.topic" placeholder="璇烽�夋嫨">
<el-option
v-for="item in topicoptions"
@@ -49,7 +49,7 @@
</el-option>
</el-select>
</el-form-item>
- <el-form-item label="闂ㄨ瘖闅忚鐘舵��" prop="status">
+ <el-form-item label="瀹f暀鐘舵��" prop="status">
<el-select v-model="topqueryParams.topic" placeholder="璇烽�夋嫨">
<el-option
v-for="item in topicoptions"
@@ -276,7 +276,7 @@
<el-button
size="medium"
type="text"
- @click="handleUpdate(scope.row)"
+ @click="handleDelete(scope.row)"
v-hasPermi="['system:user:edit']"
><span class="button-sc"
><i class="el-icon-delete"></i>鍒犻櫎</span
@@ -294,7 +294,7 @@
@pagination="getList"
/>
</el-row>
- <!-- 娣诲姞鎴栦慨鏀归棬璇婇殢璁垮璇濇 -->
+ <!-- 娣诲姞鎴栦慨鏀归棬璇婂鏁欏璇濇 -->
<el-dialog
:title="title"
:visible.sync="addalteropen"
@@ -318,8 +318,8 @@
></el-row>
<el-row :gutter="20">
<el-col :span="24"
- ><el-form-item label="闅忚绫诲瀷">
- <el-select v-model="form.region" placeholder="璇烽�夋嫨闅忚绫诲瀷">
+ ><el-form-item label="瀹f暀绫诲瀷">
+ <el-select v-model="form.region" placeholder="璇烽�夋嫨瀹f暀绫诲瀷">
<el-option label="鍖哄煙涓�" value="shanghai"></el-option>
<el-option label="鍖哄煙浜�" value="beijing"></el-option>
</el-select> </el-form-item
@@ -337,7 +337,7 @@
</el-row>
<el-row :gutter="20">
<el-col :span="24">
- <el-form-item label="闂ㄨ瘖闅忚瑕佹眰">
+ <el-form-item label="闂ㄨ瘖瀹f暀瑕佹眰">
<el-input type="textarea" v-model="form.desc"></el-input>
</el-form-item>
</el-col>
@@ -385,7 +385,7 @@
// 鐢ㄦ埛琛ㄦ牸鏁版嵁
userList: null,
// 寮瑰嚭灞傛爣棰�
- title: "鏂板闂ㄨ瘖闅忚",
+ title: "鏂板闂ㄨ瘖瀹f暀",
// 鏄惁鏄剧ず淇敼銆佹坊鍔犲脊鍑哄眰
addalteropen: false,
// 閮ㄩ棬鍚嶇О
@@ -401,13 +401,13 @@
dynamicTags: ["閫夐」涓�", "閫夐」浜�", "閫夐」涓�"], //閫夐」
inputVisible: false,
inputValue: "",
- previewVisible: false, //闂ㄨ瘖闅忚棰勮寮规
+ previewVisible: false, //闂ㄨ瘖瀹f暀棰勮寮规
radio: "",
radios: [],
- previewtype: 2, //棰勮闂ㄨ瘖闅忚绫诲瀷
+ previewtype: 2, //棰勮闂ㄨ瘖瀹f暀绫诲瀷
total: 0, // 鎬绘潯鏁�
- ImportQuantity: 999, //瀵奸棬璇婇殢璁挎暟閲�
- //棰勮闂ㄨ瘖闅忚淇℃伅
+ ImportQuantity: 999, //瀵奸棬璇婂鏁欐暟閲�
+ //棰勮闂ㄨ瘖瀹f暀淇℃伅
previewvalue: {
username: "杩欎釜鍖荤敓瀵逛綘鎬庝箞鏍�",
},
@@ -595,7 +595,7 @@
});
},
methods: {
- /** 鏌ヨ闂ㄨ瘖闅忚鍒楄〃 */
+ /** 鏌ヨ闂ㄨ瘖瀹f暀鍒楄〃 */
getList() {
this.loading = true;
listUser(this.addDateRange(this.topqueryParams, this.dateRange)).then(
@@ -606,7 +606,7 @@
}
);
},
- // 鏌ョ湅闂ㄨ瘖闅忚璇︽儏
+ // 鏌ョ湅闂ㄨ瘖瀹f暀璇︽儏
Referencequestion(row) {
this.previewVisible = true;
},
@@ -624,7 +624,7 @@
this.options = [];
}
},
- // 闂ㄨ瘖闅忚鐘舵�佷慨鏀�
+ // 闂ㄨ瘖瀹f暀鐘舵�佷慨鏀�
handleStatusChange(row) {
let text = row.status === "0" ? "鍚敤" : "鍋滅敤";
this.$modal
@@ -703,22 +703,19 @@
},
/** 鏂板鎸夐挳鎿嶄綔 */
handleAdd() {
- this.reset();
- this.addalteropen = true;
- // getUser().then((response) => {
- // this.postOptions = response.posts;
- // this.roleOptions = response.roles;
- // this.title = "鏂板闂ㄨ瘖闅忚";
- // this.form.password = this.initPassword;
- // });
- },
- /** 淇敼鎸夐挳鎿嶄綔 */
- handleUpdate(row) {
this.$router.push({
path: "/followvisit/particty",
query: { type: 1, },
});
},
+ /** 淇敼鎸夐挳鎿嶄綔 */
+ handleUpdate(row) {
+
+ this.$router.push({
+ path: "/followvisit/record/detailpage/",
+ query: { id: "1" },
+ });
+ },
/** 閲嶇疆瀵嗙爜鎸夐挳鎿嶄綔 */
handleResetPwd(row) {
this.$prompt('璇疯緭鍏�"' + row.userName + '"鐨勬柊瀵嗙爜', "鎻愮ず", {
--
Gitblit v1.9.3