From 1fba09459b81b026fee991428a4aa047d81a1903 Mon Sep 17 00:00:00 2001
From: lion <120344285@qq.com>
Date: Wed, 29 Mar 2023 16:56:58 +0800
Subject: [PATCH] up qianzi
---
pages/visit/addrecord.vue | 21 ++++++++++-----------
1 file changed, 10 insertions(+), 11 deletions(-)
diff --git a/pages/visit/addrecord.vue b/pages/visit/addrecord.vue
index 4361abe..782ef58 100644
--- a/pages/visit/addrecord.vue
+++ b/pages/visit/addrecord.vue
@@ -28,7 +28,7 @@
-
+
@@ -78,12 +78,15 @@
-
-
-
+
+ 修改
+ 删除
+
+
+
{{ item.name }}
@@ -346,10 +349,6 @@
onLoad(options) {
this.toadyStart = new Date()
this.form.type = options.type
- // uni.redirectTo({
- // url: '/pages/visit/study?type='+this.form.type
- // })
- // return
this.isCall = options.iscall ? options.iscall : ''
this.goStudy = this.isCall == 'call' ? '提交' : '去学习'
this.form.audit_status = this.isCall == 'call' ? 1 : 0