flx:修改项目看板风险颜色

This commit is contained in:
X_Rian 2024-06-20 23:19:37 +08:00
parent 3a474d2c92
commit 0541c84536
3 changed files with 7 additions and 7 deletions

View File

@ -30,8 +30,8 @@ export const BASE_IMAGE_URL = import.meta.env.VITE_BASE_IMAGE_URL;
// export const COMPANY: string = "agjt"; //鞍钢集团
// export const COMPANY: string = "agjtLive"; //鞍钢集团现场大屏
// export const COMPANY: string = "agjtCommand"; //鞍钢集团指挥部大屏
// export const COMPANY: string = "agjtProjectKanban"; //鞍钢集团项目看板大屏
export const COMPANY: string = "agjtOverviewScreen"; //鞍钢集团项目总览
export const COMPANY: string = "agjtProjectKanban"; //鞍钢集团项目看板大屏
// export const COMPANY: string = "agjtOverviewScreen"; //鞍钢集团项目总览
// export const COMPANY: string = "zkjc"; //中科佳成项目
// export const COMPANY: string = "cqna"; //重庆南岸项目
// export const COMPANY: string = "slx"; //苏立信项目

View File

@ -27,8 +27,8 @@ export const staticRouter: RouteRecordRaw[] = [
// component: () => import("@/views/sevenLargeScreen/indexL.vue"), //七参数标准版
// component: () => import("@/views/commandScreen/indexCommand.vue"), //指挥部大屏
// component: () => import("@/views/agjtLiveScreen/indexLive.vue"), //鞍钢现场大屏
component: () => import("@/views/overviewScreen/indexCommand.vue"), //总览大屏
// component: () => import("@/views/agjtProjectKanban/indexL.vue"), //鞍钢集团项目看板大屏
// component: () => import("@/views/overviewScreen/indexCommand.vue"), //总览大屏
component: () => import("@/views/agjtProjectKanban/indexL.vue"), //鞍钢集团项目看板大屏
// component: () => import("@/views/sevenLargeScreen/indexL_syhy.vue"), // 只有一级路由(盘锦、嘉兴、鄱湖美湾医疗项目需切换至该首页)
children: [
{

View File

@ -60,15 +60,15 @@
<div class="remark-top-data">
<div class="top-data-item">
<span>低风险</span>
<span>{{ statsEnterpriseRiskObj.lowRiskNum }}</span>
<span style="color: #45c0b9">{{ statsEnterpriseRiskObj.lowRiskNum }}</span>
</div>
<div class="top-data-item">
<span>中风险</span>
<span>{{ statsEnterpriseRiskObj.mediumRiskNum }}</span>
<span style="color: #e8bc21">{{ statsEnterpriseRiskObj.mediumRiskNum }}</span>
</div>
<div class="top-data-item">
<span>高风险</span>
<span>{{ statsEnterpriseRiskObj.highRiskNum }}</span>
<span style="color: #fa2a31">{{ statsEnterpriseRiskObj.highRiskNum }}</span>
</div>
</div>
<div class="remark-bottom-table">