From 4a9e53b118966f5be1339a4dd9fcfba25191f03b Mon Sep 17 00:00:00 2001 From: huangchengfa <171504222@qq.com> Date: Fri, 16 Jan 2026 15:32:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=94=98=E8=82=83=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E4=B8=BA=E6=B9=96=E5=8D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/store/modules/user.js | 2 +- .../dutyBook/goalWay/compon/targetCustom.vue | 2 +- .../components/exposeCom/ExposePlatForm.vue | 4 +-- src/views/dutyBook/jgryandzz/index.vue | 2 +- src/views/fxgk/jcss/yhtjxq.vue | 2 +- src/views/law/lawRules/lawStore.vue | 2 +- src/views/newsystem/components/header.vue | 4 +-- .../components/tables/shujutj/accident.vue | 32 +++++++++---------- .../components/tables/shujutj/cartable.vue | 28 ++++++++-------- .../components/tables/shujutj/chemical.vue | 28 ++++++++-------- .../components/tables/shujutj/danger.vue | 30 ++++++++--------- .../components/tables/shujutj/firebrigade.vue | 28 ++++++++-------- .../components/tables/shujutj/hazardous.vue | 28 ++++++++-------- .../components/tables/shujutj/interested.vue | 28 ++++++++-------- .../components/tables/shujutj/occupation.vue | 28 ++++++++-------- .../components/tables/shujutj/redorye.vue | 4 +-- .../components/tables/shujutj/rehearsal.vue | 4 +-- .../components/tables/shujutj/storage.vue | 4 +-- .../components/tables/shujutj/yinjiyuan.vue | 28 ++++++++-------- .../components/tables/yxkz/aqrytable.vue | 2 +- .../components/tables/yxkz/aqtrtable.vue | 2 +- .../components/tables/yxkz/gwdbtable.vue | 2 +- .../components/tables/yxkz/pxsltable.vue | 4 +-- .../components/tables/yxkz/qycytable.vue | 4 +-- .../components/tables/yxkz/sgybtable.vue | 2 +- .../components/tables/yxkz/yhsltable.vue | 2 +- .../components/tables/yxkz/zrstable.vue | 2 +- src/views/staging/index.vue | 2 +- .../industryCenter/tabsCom/Synthesis.vue | 2 +- .../tabsCom/synthesisCom/ScoreGlobe.vue | 4 +-- .../tabsCom/synthesisCom/lineChart.vue | 4 +-- .../tabsCom/synthesisCom/synthesisTable.vue | 2 +- .../warningCenter/com/waterPolo.vue | 2 +- .../warningCenter/index.vue | 4 +-- 35 files changed, 165 insertions(+), 165 deletions(-) diff --git a/src/App.vue b/src/App.vue index 8a67be2..c25b44a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -189,7 +189,7 @@ onMounted(() => { } }, 1e4) // } - document.title = "甘肃省烟草商业系统安全管理信息化平台" + document.title = "湖南中烟商业系统安全管理信息化平台" if (BGcolor.value && BGcolor.value != null) { getcolorinit() } diff --git a/src/store/modules/user.js b/src/store/modules/user.js index 50f2aa1..a9a9f3e 100644 --- a/src/store/modules/user.js +++ b/src/store/modules/user.js @@ -20,7 +20,7 @@ export default { routerName: "", //改变路由名称 routerSeeName: "", //查看进度改变路由名称 userName: getItem("USERNAME") || "", - defaultDeptName: "甘肃省烟草专卖局" + defaultDeptName: "湖南省烟草专卖局" }), mutations: { setToken(state, token) { diff --git a/src/views/dutyBook/goalWay/compon/targetCustom.vue b/src/views/dutyBook/goalWay/compon/targetCustom.vue index 4d02529..85f10d7 100644 --- a/src/views/dutyBook/goalWay/compon/targetCustom.vue +++ b/src/views/dutyBook/goalWay/compon/targetCustom.vue @@ -33,7 +33,7 @@ const props = defineProps({ }, currentDeptName: { type: String, - default: "甘肃省烟草专卖局(公司)" + default: "湖南省烟草专卖局(公司)" } }) const queryData = ref({ diff --git a/src/views/dutyBook/home/components/exposeCom/ExposePlatForm.vue b/src/views/dutyBook/home/components/exposeCom/ExposePlatForm.vue index 9020e83..9f993b3 100644 --- a/src/views/dutyBook/home/components/exposeCom/ExposePlatForm.vue +++ b/src/views/dutyBook/home/components/exposeCom/ExposePlatForm.vue @@ -4,7 +4,7 @@
-
甘肃烟草局重大安全隐患
+
湖南烟草局重大安全隐患
员工张文行车中未系安全带,未戴安全帽,未穿反光衣,在开车中抽烟,并接打电话
@@ -116,4 +116,4 @@ onMounted(() => { } } - \ No newline at end of file + diff --git a/src/views/dutyBook/jgryandzz/index.vue b/src/views/dutyBook/jgryandzz/index.vue index 12deff3..c1cbf40 100644 --- a/src/views/dutyBook/jgryandzz/index.vue +++ b/src/views/dutyBook/jgryandzz/index.vue @@ -588,7 +588,7 @@ function onDownload(row) { const blob = new Blob([byteArray], { type: 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' }); - const fileName = `甘肃烟草安委会会议签到表.docx`; + const fileName = `湖南中烟安委会会议签到表.docx`; downloadFile(blob, fileName) console.log('文件下载成功:', fileName); } catch (error) { diff --git a/src/views/fxgk/jcss/yhtjxq.vue b/src/views/fxgk/jcss/yhtjxq.vue index f391e80..286f82e 100644 --- a/src/views/fxgk/jcss/yhtjxq.vue +++ b/src/views/fxgk/jcss/yhtjxq.vue @@ -8,7 +8,7 @@ :isSort="true" :actionsW='"250"'>