diff --git a/components/archive-detail/customer-profile-tab.vue b/components/archive-detail/customer-profile-tab.vue index 47ba157..8178965 100644 --- a/components/archive-detail/customer-profile-tab.vue +++ b/components/archive-detail/customer-profile-tab.vue @@ -1,18 +1,6 @@ diff --git a/components/archive-detail/health-profile-tab.vue b/components/archive-detail/health-profile-tab.vue index 0a65209..ba41576 100644 --- a/components/archive-detail/health-profile-tab.vue +++ b/components/archive-detail/health-profile-tab.vue @@ -381,57 +381,57 @@ watch( diff --git a/components/archive-detail/service-info-tab.vue b/components/archive-detail/service-info-tab.vue index e928aae..7f8cf87 100644 --- a/components/archive-detail/service-info-tab.vue +++ b/components/archive-detail/service-info-tab.vue @@ -420,16 +420,16 @@ watch( - diff --git a/components/form-template/form-cell/form-positive-find.vue b/components/form-template/form-cell/form-positive-find.vue index 7576ef1..4b25961 100644 --- a/components/form-template/form-cell/form-positive-find.vue +++ b/components/form-template/form-cell/form-positive-find.vue @@ -101,8 +101,8 @@ function remove(idx) { - diff --git a/components/form-template/form-cell/form-tag-picker.vue b/components/form-template/form-cell/form-tag-picker.vue new file mode 100644 index 0000000..b863cd2 --- /dev/null +++ b/components/form-template/form-cell/form-tag-picker.vue @@ -0,0 +1,100 @@ + + + + + diff --git a/components/form-template/form-cell/index.vue b/components/form-template/form-cell/index.vue index da38666..439fccf 100644 --- a/components/form-template/form-cell/index.vue +++ b/components/form-template/form-cell/index.vue @@ -13,6 +13,7 @@ :disableChange="disableChange" @change="change" /> + + - - {{ attrs.name || attrs.title }}(暂不支持:{{ attrs.type }}) - + + + - {{ patient.createTime || '-' }} / {{ patient.creator || '-' }} + {{ patient.createTime || '-' }} / {{ resolveCreatorName(patient) || '-' }}