diff --git a/.env.development b/.env.development index 88cc875..477c818 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -MP_API_BASE_URL=http://localhost:8080 +MP_API_BASE_URL=http://192.168.137.1:8080 MP_CACHE_PREFIX=development MP_WX_APP_ID=wx93af55767423938e MP_CORP_ID=wwe3fb2faa52cf9dfb diff --git a/components/archive-detail/health-profile-tab.vue b/components/archive-detail/health-profile-tab.vue index 99e147d..0a65209 100644 --- a/components/archive-detail/health-profile-tab.vue +++ b/components/archive-detail/health-profile-tab.vue @@ -30,13 +30,9 @@ - - 诊断: - {{ getDiagnosis(r) }} - - - 手术: - {{ r.surgeryName }} + + {{ l.label }} + {{ l.value }} @@ -47,8 +43,7 @@ - 创建时间:{{ r.createDateStr || '' }} - 创建人:{{ r.creatorName || '—' }} + {{ getCreateFooter(r) }} 暂无数据 @@ -61,8 +56,11 @@ + diff --git a/components/form-template/form-cell/form-positive-find.vue b/components/form-template/form-cell/form-positive-find.vue new file mode 100644 index 0000000..7576ef1 --- /dev/null +++ b/components/form-template/form-cell/form-positive-find.vue @@ -0,0 +1,168 @@ + + + + + + diff --git a/components/form-template/form-cell/form-textarea.vue b/components/form-template/form-cell/form-textarea.vue index 2aab1cd..2a6ab4b 100644 --- a/components/form-template/form-cell/form-textarea.vue +++ b/components/form-template/form-cell/form-textarea.vue @@ -4,8 +4,16 @@ {{ name }} -