From d19200e1da2acb45f90853655c2fa05125d6e7c5 Mon Sep 17 00:00:00 2001 From: lancer <1905818361@qq.com> Date: Mon, 11 Oct 2021 11:22:47 +0800 Subject: [PATCH] init --- src/views/Customer/SalesStage.vue | 2 +- src/views/Equipment/index.vue | 40 ++++++++++--------------------- 2 files changed, 13 insertions(+), 29 deletions(-) diff --git a/src/views/Customer/SalesStage.vue b/src/views/Customer/SalesStage.vue index a0f9ced..038f418 100644 --- a/src/views/Customer/SalesStage.vue +++ b/src/views/Customer/SalesStage.vue @@ -206,7 +206,7 @@ export default { this.$message.success("编辑成功"); this.findbypage(); } - }); + }) } else { // 添加 console.log("添加"); diff --git a/src/views/Equipment/index.vue b/src/views/Equipment/index.vue index ba4914c..e35db47 100644 --- a/src/views/Equipment/index.vue +++ b/src/views/Equipment/index.vue @@ -4,34 +4,9 @@
-
设备编号:
-
- -
-
设备名称:
-
- -
-
领用人姓名:
-
- -
-
-
-
楼盘:
-
- -
-
领用状态:
-
- - - - +
+
添加时间
+
@@ -587,12 +562,14 @@ export default { width: 100%; display: flex; align-items: center; + flex-wrap: wrap; .label { font-size: 14px; font-weight: 400; color: #32363d; line-height: 14px; margin-left: 15px; + min-width: 100px; } .toptimeqhuan { height: 30px; @@ -612,4 +589,11 @@ export default { } } } +.div-lab { + display: flex; + margin: 5px; +} +.div-inp { + width: 250px; +}