|
|
|
|
@ -25,9 +25,9 @@
|
|
|
|
|
<!-- <q-icon name="img:https://cdn.quasar.dev/logo-v2/svg/logo.svg" /> -->
|
|
|
|
|
<q-toolbar-title shrink class="text-weight-bold desktop-only">
|
|
|
|
|
<!-- <q-img src="statics/icons/wms.png" width='28px' height='28px' style="margin-top:-5px" /> -->
|
|
|
|
|
PVD炉设备运行状态监测
|
|
|
|
|
CVD炉设备运行状态监测
|
|
|
|
|
</q-toolbar-title>
|
|
|
|
|
<q-toolbar-title shrink class="text-weight-bold mobile-only">PVD</q-toolbar-title>
|
|
|
|
|
<q-toolbar-title shrink class="text-weight-bold mobile-only">CVD</q-toolbar-title>
|
|
|
|
|
</q-btn>
|
|
|
|
|
<q-separator dark vertical inset />
|
|
|
|
|
<q-btn flat no-caps no-wrap class="q-ml-xs q-mr-xs" :to="{ name: 'screen1' }">
|
|
|
|
|
@ -89,18 +89,19 @@
|
|
|
|
|
<q-tooltip content-class="bg-amber text-black shadow-4" :offset="[10, 10]"
|
|
|
|
|
content-style="font-size: 12px">用户管理</q-tooltip>
|
|
|
|
|
</q-btn>
|
|
|
|
|
<q-btn v-if="userType == 'admin'" style="margin-top: 5px" color="primary" label="PLC管理"
|
|
|
|
|
push v-close-popup icon="img:statics/icons/PLC.png" :to="{ name: 'device' }">
|
|
|
|
|
<q-btn v-if="userType == 'admin'" style="margin-top: 5px" color="primary"
|
|
|
|
|
label="PLC管理" push v-close-popup icon="img:statics/icons/PLC.png"
|
|
|
|
|
:to="{ name: 'device' }">
|
|
|
|
|
<q-tooltip content-class="bg-amber text-black shadow-4" :offset="[10, 10]"
|
|
|
|
|
content-style="font-size: 12px">PLC控制器管理</q-tooltip>
|
|
|
|
|
</q-btn>
|
|
|
|
|
<q-btn v-if="userType == 'admin'" style="margin-top: 5px" color="primary" label="设备管理"
|
|
|
|
|
push v-close-popup icon="apps" :to="{ name: 'equipment' }">
|
|
|
|
|
<q-btn v-if="userType == 'admin'" style="margin-top: 5px" color="primary"
|
|
|
|
|
label="设备管理" push v-close-popup icon="apps" :to="{ name: 'equipment' }">
|
|
|
|
|
<q-tooltip content-class="bg-amber text-black shadow-4" :offset="[10, 10]"
|
|
|
|
|
content-style="font-size: 12px">设备管理</q-tooltip>
|
|
|
|
|
</q-btn>
|
|
|
|
|
<q-btn v-if="userType == 'admin'" style="margin-top: 5px" color="primary" label="系统参数"
|
|
|
|
|
push v-close-popup icon="settings" :to="{ name: 'sysConfig' }">
|
|
|
|
|
<q-btn v-if="userType == 'admin'" style="margin-top: 5px" color="primary"
|
|
|
|
|
label="系统参数" push v-close-popup icon="settings" :to="{ name: 'sysConfig' }">
|
|
|
|
|
<q-tooltip content-class="bg-amber text-black shadow-4" :offset="[10, 10]"
|
|
|
|
|
content-style="font-size: 12px">系统参数设置</q-tooltip>
|
|
|
|
|
</q-btn>
|
|
|
|
|
|