From 73393e8bff390eef3fb90247bd8ad5c8288c9437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Thu, 17 Feb 2022 18:37:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E4=B8=8A=E5=8A=9E=E4=BA=8B=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mods/AppServiceOnlineNew/serviceForm.vue | 4 ++++ src/mods/AppServiceOnlineNew/serviceNotice.vue | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/mods/AppServiceOnlineNew/serviceForm.vue b/src/mods/AppServiceOnlineNew/serviceForm.vue index 0a7d6e6..b8bc8e8 100644 --- a/src/mods/AppServiceOnlineNew/serviceForm.vue +++ b/src/mods/AppServiceOnlineNew/serviceForm.vue @@ -21,6 +21,7 @@
完成提交
+
@@ -45,6 +46,7 @@
+

{{ info.tableInfo.tableName }}

@@ -117,7 +119,9 @@
+
{{ currIndex === 3 ? '签名并提交' : '下一步' }}
+
diff --git a/src/mods/AppServiceOnlineNew/serviceNotice.vue b/src/mods/AppServiceOnlineNew/serviceNotice.vue index 37f1e07..d29a376 100644 --- a/src/mods/AppServiceOnlineNew/serviceNotice.vue +++ b/src/mods/AppServiceOnlineNew/serviceNotice.vue @@ -89,7 +89,7 @@ export default { // }, toSubmit() { - this.linkTo('./serviceForm?id=' + this.id, 'idNumber') + this.$linkTo('./serviceForm?id=' + this.id, 'idNumber') }, }, onShareAppMessage() {