From a9e0c6875565ef9f92141dd06aea5eb31fc23c64 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 6 Dec 2022 18:04:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=B8=80=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=B0=91=E6=94=BF=E8=AF=84=E5=88=86=E6=96=B0=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AiTabPanes.vue | 27 +++- src/manifest.json | 2 +- .../hljmz/AppRecoScore/AppRecoScore.vue | 116 ++++++++++++++++++ src/project/hljmz/AppRecoScore/astDetail.vue | 108 ++++++++++++++++ 4 files changed, 249 insertions(+), 4 deletions(-) create mode 100644 src/project/hljmz/AppRecoScore/AppRecoScore.vue create mode 100644 src/project/hljmz/AppRecoScore/astDetail.vue diff --git a/src/components/AiTabPanes.vue b/src/components/AiTabPanes.vue index afc67206..728f424b 100644 --- a/src/components/AiTabPanes.vue +++ b/src/components/AiTabPanes.vue @@ -1,7 +1,7 @@ @@ -19,9 +19,13 @@ export default { props: { value: {default: ""}, tabs: {default: () => []}, - background: {default: ""} + background: {default: ""}, + white: Boolean }, methods: { + getLabel(item) { + return item?.label || item + }, handleClick(item, index) { this.$emit("change", index) this.$emit("click", item) @@ -63,5 +67,22 @@ export default { } } } + + &.white { + background: #fff; + + .item { + color: #666; + + &.active { + color: #000; + font-weight: bold; + + &:after { + background: #3399FF; + } + } + } + } } diff --git a/src/manifest.json b/src/manifest.json index 187804f6..985ef7ff 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -29,7 +29,7 @@ "open": true, "proxy": { "/lan": { - "target": "http://dvcp.sinoecare.net", + "target": "http://192.168.1.105:19000", "changeOrigin": true, "pathRewrite": { "^/lan": "/" diff --git a/src/project/hljmz/AppRecoScore/AppRecoScore.vue b/src/project/hljmz/AppRecoScore/AppRecoScore.vue new file mode 100644 index 00000000..8b41da29 --- /dev/null +++ b/src/project/hljmz/AppRecoScore/AppRecoScore.vue @@ -0,0 +1,116 @@ + + + + + diff --git a/src/project/hljmz/AppRecoScore/astDetail.vue b/src/project/hljmz/AppRecoScore/astDetail.vue new file mode 100644 index 00000000..5ba8ae4c --- /dev/null +++ b/src/project/hljmz/AppRecoScore/astDetail.vue @@ -0,0 +1,108 @@ + + + + +