From 6b39414f0ec1ce55e5b399dce79604c6fdcfdc0c Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 04 十二月 2023 11:21:33 +0800
Subject: [PATCH] 提交信息
---
src/views/followvisit/tasklist/index.vue | 61 +++++++++++++++---------------
1 files changed, 31 insertions(+), 30 deletions(-)
diff --git a/src/views/followvisit/tasklist/index.vue b/src/views/followvisit/tasklist/index.vue
index 1849fc0..870d48a 100644
--- a/src/views/followvisit/tasklist/index.vue
+++ b/src/views/followvisit/tasklist/index.vue
@@ -156,19 +156,38 @@
prop="describe"
/>
<el-table-column
- label="浠诲姟鎬绘暟"
+ label="寰呮墽琛�/鎬讳换鍔�"
align="center"
key="nickName"
prop="nickName"
/>
- <!-- <el-table-column
- label="鎮h�呮�绘暟"
+ <el-table-column
+ label="鐘舵��"
align="center"
key="phonenumber"
prop="phonenumber"
width="120"
- /> -->
+ />
+ <el-table-column
+ label="瀹℃牳浜�"
+ align="center"
+ key="create_by"
+ prop="create_by"
+ width="120"
+ :show-overflow-tooltip="true"
+ />
+ <el-table-column
+ label="瀹℃牳鏃堕棿"
+ sortable
+ align="center"
+ prop="create_time"
+ width="160"
+ >
+ <template slot-scope="scope">
+ <span>{{ parseTime(scope.row.create_time) }}</span>
+ </template>
+ </el-table-column>
<el-table-column
label="鍒涘缓浜�"
align="center"
@@ -188,21 +207,7 @@
<span>{{ parseTime(scope.row.create_time) }}</span>
</template>
</el-table-column>
-
- <el-table-column
- label="鏈�杩戜慨鏀�"
- sortable
- align="center"
- prop="update_time"
- width="160"
- >
- <template slot-scope="scope">
- <span
- >{{ scope.row.update_by }}
- {{ parseTime(scope.row.update_time) }}</span
- >
- </template>
- </el-table-column>
+
<el-table-column
label="鎿嶄綔"
align="center"
@@ -579,7 +584,7 @@
/** 鏌ヨ闂ㄨ瘖闅忚鍒楄〃 */
getList() {
this.loading = true;
- listsvr_prj(this.addDateRange(this.topqueryParams, this.dateRange)).then(
+ listUser(this.addDateRange(this.topqueryParams, this.dateRange)).then(
(response) => {
console.log(response);
this.userList = response.rows;
@@ -688,21 +693,17 @@
this.$router.push({
path: "/followvisit/tasklist/FollowupDetails/",
});
- // 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) {
// const userId = row.userId || this.ids;
+ // this.$router.push({
+ // path: "/followvisit/tasklist/FollowupDetails/",
+ // query: { id: row.id },
+ // });
this.$router.push({
- path: "/followvisit/tasklist/FollowupDetails/",
- query: { id: row.id },
+ path: "/followvisit/particty",
+ query: { type: 2, },
});
},
/** 閲嶇疆瀵嗙爜鎸夐挳鎿嶄綔 */
--
Gitblit v1.9.3