ソースを参照

修改系统名称

tengmingxue 2 年 前
コミット
a1a51628df

ファイルの差分が大きいため隠しています
+ 0 - 201
src/components/MinMap_b/index.vue


+ 1 - 1
src/settings.js

@@ -49,5 +49,5 @@ module.exports = {
   settings: true,
 
   // 系统名称
-  sysTitle: '马边彝族自治县智慧水务平台'
+  sysTitle: '马边县城市供水综合管理平台'
 }

+ 2 - 2
src/views/currentSystem/work/monitoring/businessWorkOrder/flowChartPdf.vue

@@ -7,11 +7,11 @@
           <div>
             <!-- <p style="font-weight:600;font-size:28px;height:30px"> 成都环境集团<span style="font-size:26px">|沱源公司</span></p>
             <p style="font-size:12px;height:20px;margin-top:-10px">CHENDU ENVIRONMENT GROUP|<span style="font-weight: 600;font-size:14px">TuoYuan Co.Ltd</span> </p> -->
-            <p style="font-weight:600;font-size:28px;height:30px"> 马边彝族自治县自来水有限公司</p>
+            <p style="font-weight:600;font-size:28px;height:30px"> 马边县城市供水综合管理平台</p>
           </div>
         </div>
         <div class="Viewheadersbottom">
-          <h2>马边彝族自治县自来水有限公司</h2>
+          <h2>马边县城市供水综合管理平台</h2>
           <h2 v-if="editData.gdxf1Name&&editData.gdxf2Name">{{ editData.gdlxName }}-{{ editData.gdxf1Name }}-{{ editData.gdxf2Name }}业务单</h2>
           <h2 v-else-if="editData.gdxf1Name">{{ editData.gdlxName }}-{{ editData.gdxf1Name }}业务单</h2>
           <h2 v-else>{{ editData.gdlxName }}业务单</h2>

+ 2 - 2
src/views/login/index.vue

@@ -2,8 +2,8 @@
   <div class="login-container">
     <div class="company-name" style="margin-top: -88px;margin-bottom: 90px;">
       <!-- <img src="./images/logo.png"> -->
-      <div class="shadow-font">马边彝族自治县智慧水务平台</div>
-      <!-- 马边彝族自治县自来水有限责任公司 -->
+      <div class="shadow-font">马边县城市供水综合管理平台</div>
+      <!-- 马边县城市供水综合管理平台 -->
     </div>
     <div class="fill-container">
       <div class="left">

+ 1 - 0
src/views/zhpt/scada/scadaCraftMap/widget.vue

@@ -881,6 +881,7 @@ export default {
                 if (di.allocations) {
                   for (const i in di.allocations) {
                     var t = di.allocations[i].variableCode
+                    debugger
                     if (infos.hasOwnProperty(t)) {
                       var n = di.allocations[i]?di.allocations[i].scada.value:'null'
                       if (n == 'null') n = '-'