新增
@@ -80,7 +79,7 @@
-
+
@@ -141,7 +121,6 @@ export default {
display: flex;
flex-direction: column;
padding: 0 20px;
- //min-height: 800px;
.rowView{
height: 240px;
padding: 20px 0;
@@ -235,7 +214,7 @@ export default {
justify-content: flex-start;
flex-wrap: wrap;
position: relative;
- height: 300px;
+ height: 280px;
::v-deep .bubble{
display: flex;
align-items: center;
@@ -264,7 +243,7 @@ export default {
font-size: 22px;
}
.mainView{
- padding: 20px 0 80px 0;
+ padding: 20px 0 30px 0;
max-width: 1200px;
margin: 0 auto;
display: flex;
@@ -273,6 +252,9 @@ export default {
width: 33%;
padding: 10px 0;
font-size: 16px;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
}
}
}
diff --git a/src/views/order/order-edit.vue b/src/views/order/order-edit.vue
new file mode 100644
index 0000000..a5e6b2c
--- /dev/null
+++ b/src/views/order/order-edit.vue
@@ -0,0 +1,345 @@
+
+
+
+
+
+
+
工单时间
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
维保工单信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 维保部件信息
+ 添加部件信息
+
+
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+ 确认保存
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/order/orderList/index.vue b/src/views/order/orderList/index.vue
index 3475297..1978247 100644
--- a/src/views/order/orderList/index.vue
+++ b/src/views/order/orderList/index.vue
@@ -232,7 +232,7 @@ export default {
//编辑
table_edit(row){
- eventBus.$emit('tagClose','/order/create-order',{id:row.id});
+ eventBus.$emit('tagClose','/order/order-edit',{id:row.id});
},
//查看
table_show(row){
diff --git a/src/views/personalCenter/components/feedback.vue b/src/views/personalCenter/components/feedback.vue
index c479f09..f91249b 100644
--- a/src/views/personalCenter/components/feedback.vue
+++ b/src/views/personalCenter/components/feedback.vue
@@ -9,7 +9,7 @@