From df18cd65398a837cd09eaaf9e9c22cc6be0f5fc4 Mon Sep 17 00:00:00 2001 From: "0.0" <1092404103.qq.com> Date: Thu, 29 Jun 2023 17:38:44 +0800 Subject: [PATCH 1/2] =?UTF-8?q?1.=E5=8E=BB=E9=99=A4=E5=A4=9A=E4=BD=99form?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../driverArtery/basicdataDriverArtery.vue | 20 +++--- .../deliverylist/distributionDeliveryList.vue | 64 +------------------ .../distributionDeliveryList2.vue | 62 +----------------- .../distributionDeliveryList3.vue | 62 +----------------- 4 files changed, 15 insertions(+), 193 deletions(-) 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; - }); + } } }; From c3d051bca85588725a2e1bd3ef4e17e34ae7ce8a Mon Sep 17 00:00:00 2001 From: zhangsiyu Date: Thu, 29 Jun 2023 17:40:10 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/tablecmt/tablecmt.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/tablecmt/tablecmt.vue b/src/components/tablecmt/tablecmt.vue index 1a6c17ff..7ce99cd3 100644 --- a/src/components/tablecmt/tablecmt.vue +++ b/src/components/tablecmt/tablecmt.vue @@ -6,6 +6,7 @@ :summary-method="getSummaries" v-loading="loading" @selection-change="handleSelectionChange" + height="600" >