From da99fe292af8d7f70a2f2042fdf04d37f72c22bf Mon Sep 17 00:00:00 2001 From: TiaStars Date: Thu, 28 Sep 2023 08:53:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=AE=A1=E5=88=92=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E4=B8=8A=E4=B8=80=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/dialog/index.vue | 9 ++++++++- src/views/login.vue | 4 ++-- src/views/yingji/echarts/executive.vue | 3 +-- src/views/yingji/enterprise.vue | 1 - 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/views/components/dialog/index.vue b/src/views/components/dialog/index.vue index cc6305d..3ba4a77 100644 --- a/src/views/components/dialog/index.vue +++ b/src/views/components/dialog/index.vue @@ -18,7 +18,7 @@
-
+
选择企业
@@ -393,6 +393,13 @@ export default { } }, methods: { + // 返回上一步 + selectFirm(){ + if(this.$refs.next.innerText == "发布计划"){ + this.nextStep = false; + this.nextText = "下一步"; + } + }, // 匹配行政区划 componendDistrict(district){ let name diff --git a/src/views/login.vue b/src/views/login.vue index 93b7198..e2c50c3 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -97,8 +97,8 @@ export default { return { codeUrl: "", loginForm: { - username: "admin", - password: "admin123", + username: "", + password: "", rememberMe: false, code: "", uuid: "", diff --git a/src/views/yingji/echarts/executive.vue b/src/views/yingji/echarts/executive.vue index ec9cb76..7588259 100644 --- a/src/views/yingji/echarts/executive.vue +++ b/src/views/yingji/echarts/executive.vue @@ -4,7 +4,7 @@ * @Author: JC9527 * @Date: 2023-09-27 14:01:34 * @LastEditors: JC9527 - * @LastEditTime: 2023-09-27 18:17:28 + * @LastEditTime: 2023-09-27 18:44:53 -->