From 706ea1efe03dd943b73545dcbf06941b84d8ecb4 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Wed, 14 Jun 2023 13:44:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/modules/home/home.vue | 4 +- src/pages/modules/taskmanage/CarryPoint.vue | 99 +++++++++++---------- 2 files changed, 52 insertions(+), 51 deletions(-) diff --git a/src/pages/modules/home/home.vue b/src/pages/modules/home/home.vue index 105f5ce..3183a3f 100644 --- a/src/pages/modules/home/home.vue +++ b/src/pages/modules/home/home.vue @@ -127,8 +127,8 @@ export default { border-radius 16px font-size .3rem background #ffffff - margin-top .1rem - margin-left .1rem + margin-top 1.7rem + margin-left .5rem padding .03rem .con2 float left diff --git a/src/pages/modules/taskmanage/CarryPoint.vue b/src/pages/modules/taskmanage/CarryPoint.vue index 414c474..a39bccf 100644 --- a/src/pages/modules/taskmanage/CarryPoint.vue +++ b/src/pages/modules/taskmanage/CarryPoint.vue @@ -23,57 +23,57 @@ export default { data () { return { selectObj: {}, - // dataList: [], - dataList: [ - { - id: '1', - code_name: 'A-ZD101' - }, - { - id: '2', - code_name: 'A-ZD102' - }, - { - id: '3', - code_name: 'A-ZD103' - }, - { - id: '4', - code_name: 'A-ZD101' - }, - { - id: '5', - code_name: 'A-ZD101' - }, - { - id: '6', - code_name: 'A-ZD101' - }, - { - id: '7', - code_name: 'A-ZD101' - }, - { - id: '8', - code_name: 'A-ZD101' - }, - { - id: '9', - code_name: 'A-ZD101' - }, - { - id: '10', - code_name: 'A-ZD101' - }, - { - id: '11', - code_name: 'A-ZD101' - } - ] + dataList: [] + // dataList: [ + // { + // id: '1', + // code_name: 'A-ZD101' + // }, + // { + // id: '2', + // code_name: 'A-ZD102' + // }, + // { + // id: '3', + // code_name: 'A-ZD103' + // }, + // { + // id: '4', + // code_name: 'A-ZD101' + // }, + // { + // id: '5', + // code_name: 'A-ZD101' + // }, + // { + // id: '6', + // code_name: 'A-ZD101' + // }, + // { + // id: '7', + // code_name: 'A-ZD101' + // }, + // { + // id: '8', + // code_name: 'A-ZD101' + // }, + // { + // id: '9', + // code_name: 'A-ZD101' + // }, + // { + // id: '10', + // code_name: 'A-ZD101' + // }, + // { + // id: '11', + // code_name: 'A-ZD101' + // } + // ] } }, created () { - // this.initData() + this.initData() }, methods: { async initData () { @@ -97,6 +97,7 @@ export default { this.selectObj = e }, toSure () { + console.log(this.selectObj.point_code, 666) if (this.selectObj.point_code) { this.confirmPoint() } @@ -147,7 +148,7 @@ export default { .span2 position absolute left 2.5rem - top .4rem + top .38rem display inline-block font-size .34rem color #fa6400