diff --git a/pages/shipWork/shiftAdd.vue b/pages/shipWork/shiftAdd.vue
index 6c66461..fafe402 100644
--- a/pages/shipWork/shiftAdd.vue
+++ b/pages/shipWork/shiftAdd.vue
@@ -40,7 +40,8 @@
- 添加
+ 添加删除
-
*车型:
@@ -48,7 +49,7 @@
-
*数量:
-
+
-
*装卸方式:
@@ -60,6 +61,7 @@
maxlength="200">
+
取消
保存
@@ -198,12 +200,16 @@
ulAdd2() {
this.ulList2.push({})
},
+ del() {
+ this.ulList2.splice(0, 1)
+ },
// 车型下拉
cxChange(e) {
this.cxValue = e;
},
// 数量
numChange(val) {
+ console.log(val)
this.numValue = val;
},
// 装卸方式下拉
@@ -257,6 +263,10 @@
color: #2979ff;
margin-right: 10px;
}
+
+ span:nth-of-type(2) {
+ color: red;
+ }
}
ul {