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 @@ + + + + +