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; +}