From ad70f145e8bea957b41043b4a1e37ce37cc5ed1e Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 16 一月 2024 18:39:24 +0800
Subject: [PATCH] 指标完成
---
src/views/followvisit/record/index.vue | 55 ++++++++++++++++++++++++++++++-------------------------
1 files changed, 30 insertions(+), 25 deletions(-)
diff --git a/src/views/followvisit/record/index.vue b/src/views/followvisit/record/index.vue
index 87ee39a..9159b14 100644
--- a/src/views/followvisit/record/index.vue
+++ b/src/views/followvisit/record/index.vue
@@ -95,7 +95,7 @@
:disabled="single"
@click="handleUpdate"
v-hasPermi="['system:user:edit']"
- >淇敼</el-button
+ >璇︽儏</el-button
>
</el-col>
<el-col :span="1.5">
@@ -135,11 +135,19 @@
<el-table-column type="selection" width="50" align="center" />
<el-table-column
label="搴忓彿"
+ fixed
align="center"
key="userId"
prop="userId"
/>
+ <el-table-column
+ label="濮撳悕"
+ fixed
+ align="center"
+ key="types"
+ prop="types"
+ />
<el-table-column
label="鐥呭巻鍙�"
align="center"
@@ -148,7 +156,6 @@
prop="userName"
width="120"
/>
- <el-table-column label="濮撳悕" align="center" key="types" prop="types" />
<el-table-column
label="骞撮緞"
align="center"
@@ -180,18 +187,6 @@
>
<template slot-scope="scope">
<div>杞诲害楠ㄨ</div>
- </template>
- </el-table-column>
- <el-table-column
- label="閫氱煡鐘舵��"
- align="center"
- key="topicnumber"
- prop="topicnumber"
- width="120"
- :show-overflow-tooltip="true"
- >
- <template slot-scope="scope">
- <div>鏈畬鎴�</div>
</template>
</el-table-column>
<el-table-column
@@ -258,7 +253,21 @@
</el-table-column>
<el-table-column
+ label="閫氱煡鐘舵��"
+ fixed="right"
+ align="center"
+ key="topicnumber"
+ prop="topicnumber"
+ width="120"
+ :show-overflow-tooltip="true"
+ >
+ <template slot-scope="scope">
+ <div>鏈畬鎴�</div>
+ </template>
+ </el-table-column>
+ <el-table-column
label="浠诲姟璇︽儏"
+ fixed="right"
align="center"
width="200"
class-name="small-padding fixed-width"
@@ -276,7 +285,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
@@ -703,20 +712,16 @@
},
/** 鏂板鎸夐挳鎿嶄綔 */
handleAdd() {
- this.reset();
- this.addalteropen = true;
- // getUser().then((response) => {
- // this.postOptions = response.posts;
- // this.roleOptions = response.roles;
- // this.title = "鏂板闂ㄨ瘖闅忚";
- // this.form.password = this.initPassword;
- // });
+ this.$router.push({
+ path: "/followvisit/particty",
+ query: { type: 1 },
+ });
},
/** 淇敼鎸夐挳鎿嶄綔 */
handleUpdate(row) {
this.$router.push({
- path: "/followvisit/particty",
- query: { type: 1, },
+ path: "/followvisit/record/detailpage/",
+ query: { id: "1" },
});
},
/** 閲嶇疆瀵嗙爜鎸夐挳鎿嶄綔 */
--
Gitblit v1.9.3