diff --git a/index.html b/index.html index a41fdf8..96a98e1 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,8 @@ - apt-nl + + APT
diff --git a/src/pages/modules/device.vue b/src/pages/modules/device.vue index f58ba9f..df8bee3 100644 --- a/src/pages/modules/device.vue +++ b/src/pages/modules/device.vue @@ -3,45 +3,22 @@ -

{{ e.point_code }}

+

{{ e.point_code }}

-

A

- -

B

- -

C

- -

D

- -

E

- -

F

- -

G

- -

H

- -

B

- -

C

- -

D

- -

E

- -

F

- -

G

- -

H

+ + +

{{ e.point_code }}

+ +
+
- +
@@ -49,8 +26,11 @@
历史任务
-
A->B->C->D
-
A->B
+
+ + {{ e.point_code }} + +
@@ -60,7 +40,14 @@ export default { data () { return { - dataList: [{point_code: 'A'}, {point_code: 'B'}, {point_code: 'C'}, {point_code: 'D'}, {point_code: 'E'}, {point_code: 'F'}, {point_code: 'G'}, {point_code: 'H'}] + dataList: [{point_code: 'A'}, {point_code: 'B'}, {point_code: 'C'}, {point_code: 'D'}, {point_code: 'E'}, {point_code: 'F'}, {point_code: 'G'}, {point_code: 'H'}], + newData: [], + historyData: [{point_code: 'A'}, {point_code: 'B'}, {point_code: 'C'}, {point_code: 'D'}, {point_code: 'E'}] + } + }, + methods: { + handleCheck (e) { + this.newData.push(e) } } } @@ -76,15 +63,18 @@ export default { flex-wrap wrap align-content flex-start margin-bottom .1rem +.pp_item + width 19.6% .point_item width 19.6% height 0.6rem - display flex - align-items center - justify-content center padding 0.1rem margin-bottom 0.02rem background center / 100% 100% url(../../images/new/bg2.png) no-repeat +.point_item_i + display flex + align-items center + justify-content center p font-size .2rem font-family 'SourceHanSansCN-Bold' @@ -127,7 +117,7 @@ export default { padding .1rem background-color rgba(10, 73, 164, 80%) .point_item_s - width 12% + width calc(100% - .17rem) height .4rem p font-size .17rem diff --git a/src/pages/modules/home.vue b/src/pages/modules/home.vue index 91d57c2..e7c09f5 100644 --- a/src/pages/modules/home.vue +++ b/src/pages/modules/home.vue @@ -16,9 +16,9 @@ export default { return { nav: [ {title: '操作', zh_title: '操作', en_title: 'Task', router: '/index/device'}, - {title: '建图', zh_title: '建图', en_title: 'Fault', router: '/mini/errorinfo'}, - {title: '取消任务', zh_title: '取消任务', en_title: 'Teach', router: '/mini/teach'}, - {title: '地图', zh_title: '地图', en_title: 'Teach', router: '/mini/teach'} + {title: '建图', zh_title: '建图', en_title: 'Fault', router: ''}, + {title: '取消任务', zh_title: '取消任务', en_title: 'Teach', router: ''}, + {title: '地图', zh_title: '地图', en_title: 'Teach', router: ''} ], disabled: false } @@ -83,10 +83,10 @@ export default { width 2px background-image linear-gradient(to bottom,#62b2f0,#b1ebf8) .nav_icon - width 40% - padding-top 40% + width 35% + padding-top 35% border-radius 50% - margin-bottom 12% + margin-bottom 10% .nav_item_1 .nav_icon background #217872 center center / 70% auto url(../../images/new/RF1.png) no-repeat diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100755 index 0000000..0f58494 Binary files /dev/null and b/static/favicon.ico differ