diff --git a/public/static/images/new.png b/public/static/images/new.png new file mode 100644 index 000000000..1a42268e4 Binary files /dev/null and b/public/static/images/new.png differ diff --git a/src/App.vue b/src/App.vue index aff365ccc..57ba4a530 100644 --- a/src/App.vue +++ b/src/App.vue @@ -10,7 +10,7 @@ - + @@ -96,6 +96,7 @@ import {mapGetters, mapState} from 'vuex' import {webLoginType, ssoLogoutUrlDev} from '@/sysConfig' import customerService from "@/components/customerService"; + import isMobile from "./store/isMobile"; export default { name: 'App', @@ -239,6 +240,9 @@ userAvator() { return this.$store.getters.userInfo.avator || require('@/assets/images/avator_default.png') }, + customerServiceShow () { + return !isMobile() + }, ...mapGetters([ 'getWebSocketList', 'getTheme', 'getMenuList' ]), diff --git a/src/pages/details/otherBussStandardDetails/index.vue b/src/pages/details/otherBussStandardDetails/index.vue index d63a1d5f8..b0debdec9 100644 --- a/src/pages/details/otherBussStandardDetails/index.vue +++ b/src/pages/details/otherBussStandardDetails/index.vue @@ -4,7 +4,8 @@
{{sarStandardsInfoEO.standCode}} 《{{sarStandardsInfoEO.standName ? sarStandardsInfoEO.standName : sarStandardsInfoEO.standEnName}}》 企标详情 - {{ ((qualityCommentScore*2*0.9)+(dynamicCommentScore*2*0.1)).toFixed(1) }} + + {{ score }}
@@ -45,14 +46,17 @@ @@ -110,7 +114,7 @@ 质量评价总平均分 {{ - qualityCommentScore * 2 + qualityCommentScore }} @@ -118,7 +122,7 @@ 动态评价总平均分 {{ - dynamicCommentScore * 2 + dynamicCommentScore }} @@ -141,8 +145,9 @@