hfxc226 il y a 2 ans
Parent
commit
45d5c45340

+ 1 - 1
src/views/remote/opc/OpcPosition.vue

@@ -1,6 +1,6 @@
 <template>
   <a-card :bordered="false" v-show="visible" class="card" :title="modalTitle">
-    <h1 style="margin:20px auto; text-align: center"> DCS车间-数据展示 </h1>
+    <h1 style="margin:20px auto; text-align: center"> 生产过程工艺流程画面 </h1>
     <a-card v-for="position in treeData" :key="position.key" :title="position.title">
       <a-card-grid v-for="child in position.children" :key="child.key" style="cursor: pointer;width:25%;text-align:center" @click="showScreen(child, position.key)">
         {{ child.title }}

+ 1 - 1
src/views/remote/opc/OpcPositionForProducer.vue

@@ -1,6 +1,6 @@
 <template>
   <a-card :bordered="false" v-show="visible" class="card" :title="modalTitle">
-    <h1 style="margin:20px auto; text-align: center"> DCS车间-数据展示 </h1>
+    <h1 style="margin:20px auto; text-align: center"> 生产过程工艺流程画面 </h1>
     <a-card v-for="position in treeData" :key="position.key" :title="position.title">
       <a-card-grid v-for="child in position.children" :key="child.key" style="cursor: pointer;width:25%;text-align:center" @click="showScreen(child, position.key)">
         {{ child.title }}