From bc16d211c5a2b31f0e3127a102748806151eaecb Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期四, 14 十二月 2023 16:23:19 +0800 Subject: [PATCH] modified: src/const/crud/customerOrder/customerOrderForm.js modified: src/views/plan/operationtask/operationtask-form.vue modified: src/views/product/workbench/operation-task-pane.vue modified: src/views/product/workbench/taskinfo-pane.vue modified: src/views/product/workbench/workReportCard.vue modified: src/views/quality/finishedProductInspection/finishedProduct-form.vue modified: src/views/quality/newReport/ReportForm.vue modified: src/views/quality/processInspect/processInspect-form.vue modified: src/views/quality/rawMaterial/rawMaterial-form.vue modified: src/views/quality/teststandard/standard-form.vue modified: src/views/technology/completeproductstructure/completeproductstructure-form.vue modified: src/views/technology/document/document-form.vue modified: src/views/technology/operation/operation-form.vue modified: src/views/technology/routing/routing-form.vue modified: src/views/warehouse/changestock/index.vue --- src/page/index/logo.vue | 20 +++++++++----------- 1 files changed, 9 insertions(+), 11 deletions(-) diff --git a/src/page/index/logo.vue b/src/page/index/logo.vue index 788b4b0..db1dd84 100644 --- a/src/page/index/logo.vue +++ b/src/page/index/logo.vue @@ -2,22 +2,22 @@ <div class="avue-logo"> <transition-group name="fade"> <template v-if="!keyCollapse"> - <!--<span - key="1" + <span + key="1" style="background-color:#875a7b;font-weight: bold;" class="avue-logo_title" @click="goIndex"><span - class="logo-lg">{{sysTitle&&sysTitle!='null'?sysTitle:'ASUN-MES'}}</span></span>--> + class="logo-lg">{{sysTitle&&sysTitle!='null'?sysTitle:'MES'}}</span></span> <!--<span key="1" class="avue-logo_title" @click="goIndex"> <el-image style="width: 220px;" src="/images/Sun-Mes-Logo-Normal.png" /></span>--> - <div key="1" style="width:220px;height:60px;background-color:white;position: relative;"> - <el-image + <div key="2" style="width:220px;height:60px;background-color:#875a7b;position: relative;"> + <!-- <el-image v-if="logSrc != null" style="width:200px;position: absolute;" class="left-logo-image" :src="logSrc" - /> + /> --> <!--<el-image v-else style="width: 220px;position: absolute;" @@ -60,7 +60,7 @@ name: 'Logo', data() { return { - sysTitle: 'ASUN-MES', + sysTitle: 'MES', logSrc: '/img/logo1.png', iconNameCn: '', iconNameEn: '' @@ -71,7 +71,6 @@ }, created() { this.sysTitle = localStorage.getItem('SYSTEM_LOGO_TITLE') - console.log('userInfouserInfo', this.userInfo) // this.getLogoInfo() }, methods: { @@ -81,7 +80,6 @@ this.iconNameEn = null getByStaffId(this.userInfo.staffId).then((response) => { const resData = response.data.data - console.log('resData', resData) if (resData != null) { this.logSrc = resData.fileAddress this.iconNameCn = resData.iconNameCn @@ -120,7 +118,7 @@ width: 220px; height: 64px; line-height: 64px; - background-color: #006eff; + background-color: #875a7b; font-size: 20px; overflow: hidden; box-sizing: border-box; @@ -151,7 +149,7 @@ width: 220px; height: 64px; line-height: 64px; - background-color: #006eff; + background-color: #875a7b; font-size: 20px; overflow: hidden; box-sizing: border-box; -- Gitblit v1.9.3