diff --git a/src/views/basicdata/driverArtery/basicdataDriverArtery.vue b/src/views/basicdata/driverArtery/basicdataDriverArtery.vue
index 7a3f46d6..6bd52527 100644
--- a/src/views/basicdata/driverArtery/basicdataDriverArtery.vue
+++ b/src/views/basicdata/driverArtery/basicdataDriverArtery.vue
@@ -184,16 +184,16 @@
},
},
- {
- label: "姓名",
- prop: "name",
- type: "input",
- search: true,
- labelWidth:'150',
- width:"100px",
- align:'center',
- span:11,
- },
+ // {
+ // label: "姓名",
+ // prop: "name",
+ // type: "input",
+ // search: true,
+ // labelWidth:'150',
+ // width:"100px",
+ // align:'center',
+ // span:11,
+ // },
{
label: "手机号码",
prop: "phone",
diff --git a/src/views/distribution/deliverylist/distributionDeliveryList.vue b/src/views/distribution/deliverylist/distributionDeliveryList.vue
index b6e29769..57a96a3a 100644
--- a/src/views/distribution/deliverylist/distributionDeliveryList.vue
+++ b/src/views/distribution/deliverylist/distributionDeliveryList.vue
@@ -83,64 +83,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -381,9 +323,9 @@ export default {
getstatistics(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => {
this.statistics = res.data.data
});
- getDetail(row.id).then(res => {
- this.form = res.data.data;
- });
+ // getDetail(row.id).then(res => {
+ // this.form = res.data.data;
+ // });
}
}
};
diff --git a/src/views/distribution/deliverylist/distributionDeliveryList2.vue b/src/views/distribution/deliverylist/distributionDeliveryList2.vue
index a28d7be0..5a993325 100644
--- a/src/views/distribution/deliverylist/distributionDeliveryList2.vue
+++ b/src/views/distribution/deliverylist/distributionDeliveryList2.vue
@@ -87,64 +87,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -386,9 +328,7 @@ export default {
getstatistics(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => {
this.statistics = res.data.data
});
- getDetail(row.id).then(res => {
- this.form = res.data.data;
- });
+
}
}
};
diff --git a/src/views/distribution/deliverylist/distributionDeliveryList3.vue b/src/views/distribution/deliverylist/distributionDeliveryList3.vue
index e0c860b4..e7a15368 100644
--- a/src/views/distribution/deliverylist/distributionDeliveryList3.vue
+++ b/src/views/distribution/deliverylist/distributionDeliveryList3.vue
@@ -85,64 +85,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -384,9 +326,7 @@ export default {
getstatistics(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => {
this.statistics = res.data.data
});
- getDetail(row.id).then(res => {
- this.form = res.data.data;
- });
+
}
}
};