diff --git a/components/head-info/head-info.vue b/components/head-info/head-info.vue index 41ec4cf..968a907 100644 --- a/components/head-info/head-info.vue +++ b/components/head-info/head-info.vue @@ -3,7 +3,7 @@ wchenp - + diff --git a/manifest.json b/manifest.json index 311f8bc..b8cb2a3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name": "gang", + "name": "iapd", "appid": "__UNI__820CEDC", "description": "", "versionName": "1.0.0", diff --git a/pages/index/instruct.vue b/pages/index/instruct.vue index f46151d..91d0d39 100644 --- a/pages/index/instruct.vue +++ b/pages/index/instruct.vue @@ -51,6 +51,42 @@ 未发送 已发送 + + + + + 船舱层数:5层3舱 + + + 数量:1,000 + + + 港口:厦门港 + + + + + 计划状态:已发送 + + + 负责人:我是一个负责人 + + + 发送时间:2023/09/09 16:00 + + + + + 装船进度 + + + + + + + + + @@ -63,7 +99,7 @@ return { value1: "", value: '', - ltemList: [1, 1, 1, 1, 2, 1, 1, 1, 1], + itemList: [1, 1, 1, 1, 2, 1, 1, 1, 1], range: [1], items: [{ value: '1', @@ -170,5 +206,36 @@ } } + + .itemList { + margin-top: 30px; + + .item { + height: 110px; + padding: 20px; + border-bottom: 2px solid #e9e9e9; + display: flex; + justify-content: space-between; + + .weight { + font-weight: 900; + } + + .row { + width: 30%; + flex-direction: column; + display: flex; + justify-content: space-between; + } + + .rowFoot { + width: 40%; + flex-direction: column; + display: flex; + justify-content: space-around; + color: #1890ff; + } + } + } }