|
@@ -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 }}
|