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