diff --git a/rest/project.http b/rest/project.http index bae2841..e3c6bac 100644 --- a/rest/project.http +++ b/rest/project.http @@ -1,5 +1,6 @@ # @tall = {{url}}/tall/v1.0 -@tall = http://www.sxwikionline.com/gateway/tall/v1.0 +@tall = http://test.tall.wiki/gateway/tall/v1.0 +@bin = https://test.tall.wiki/gateway/wisdomcar/debug/record @greenvalley = http://www.sxwikionline.com/gateway/greenvalley @type = content-type: application/json;charset=utf-8 @@ -54,3 +55,18 @@ Authorization: Bearer {{login.response.body.$.data.token}} "teamName": "" } } + +### 根据团队id查看研发团队相关信息 + +POST {{bin}} +{{type}} +Authorization: Bearer {{login.response.body.$.data.token}} + +{ + "param": { + "carNumber":"001", + "type":"1", + "value":"70000", + "time":"1607937529000", + } +} diff --git a/src/common/index.styl b/src/common/index.styl index 5d6b91d..73ed138 100644 --- a/src/common/index.styl +++ b/src/common/index.styl @@ -26,8 +26,8 @@ .wrap .bg-top .animation{ position: absolute; top: -1px; - left: 21.5%; - width: 57%; + left: 14%; + width: 72%; height: 162px; } diff --git a/src/components/Panel/Panel.vue b/src/components/Panel/Panel.vue index 2490625..d59f645 100644 --- a/src/components/Panel/Panel.vue +++ b/src/components/Panel/Panel.vue @@ -4,21 +4,21 @@
患者体重(kg) - 60.00 + {{ weightMessage }}
药物剂量(mg) - 55.00 + {{ thrombolyticDose }}
团注剂量(mg) - 5.40 + {{ bolusDose }}
维持剂量(mg) - 48.60 + {{ maintenanceDose }}
@@ -29,13 +29,16 @@
-
123
+
+
{{ item }}
+