diff --git a/.env.development b/.env.development index c6cec0b..2773117 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ VUE_APP_TITLE = 金鸡湖现代服务业品牌管理系统 ENV = 'development' # 金鸡湖现代服务业品牌管理系统/开发环境 -VUE_APP_BASE_API = 'http://192.168.0.109:9040' +VUE_APP_BASE_API = 'http://192.168.0.111:9040' # VUE_APP_BASE_API = 'http://39.101.188.84:9040' # VUE_APP_BASE_API = 'https://idp.sipac.gov.cn/api' diff --git a/package.json b/package.json index bb2bdbd..52f3972 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ruoyi", - "version": "1.0.202408051543", + "version": "1.0.202408061104", "description": "金鸡湖现代服务业品牌管理系统", "author": "若依", "license": "MIT", diff --git a/src/assets/styles/public.scss b/src/assets/styles/public.scss index dc4c641..f8a801a 100644 --- a/src/assets/styles/public.scss +++ b/src/assets/styles/public.scss @@ -3705,6 +3705,24 @@ font-weight: 500; font-size: 14px; } + .approval_status5 { + color: #24d3a9; + } + .approval_status3 { + color: #134ee6; + } + .approval_status1 { + color: #1890ff; + } + .approval_status0 { + color: #14ecd0; + } + .approval_status8 { + color: #f39801; + } + .approval_status9 { + color: red; + } th { font-weight: bold; font-size: 14px; diff --git a/src/views/enterpriselibrary/index.vue b/src/views/enterpriselibrary/index.vue index b3a9283..d9ba7d3 100644 --- a/src/views/enterpriselibrary/index.vue +++ b/src/views/enterpriselibrary/index.vue @@ -219,7 +219,7 @@ export default { this.cancalDebounce(); window.addEventListener('resize', this.cancalDebounce); if(this.$route.params.enterpriseName) { - this.formInline.enterpriseName = this.$route.params.enterpriseName; + this.formInline.qymc = this.$route.params.enterpriseName; this.pagination = { ...this.pagination,...this.formInline }; } this.getList(); diff --git a/src/views/onlineDeclaration/declareAddContent/ismybuild/index.vue b/src/views/onlineDeclaration/declareAddContent/ismybuild/index.vue index 3a8d0e2..2c794b8 100644 --- a/src/views/onlineDeclaration/declareAddContent/ismybuild/index.vue +++ b/src/views/onlineDeclaration/declareAddContent/ismybuild/index.vue @@ -388,15 +388,6 @@ export default {