bug调整

This commit is contained in:
2024-12-02 16:27:26 +08:00
parent d61559d5bb
commit 02c6ced7ea
5 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
class="cn-operate-dialog"
v-model="eventDataUploadVisible"
:title="title"
style="width: 415px; height: 380px"
style="width: 415px;"
top="25vh"
>
<el-scrollbar>

View File

@@ -1,7 +1,7 @@
<!--终端管理界面-->
<template>
<div class='default-main'>
<TableHeader>
<TableHeader :showReset="false">
<template v-slot:select>
<el-form-item label='生产线'>
<el-select v-model='tableStore.table.params.productLineId'>

View File

@@ -5,7 +5,7 @@
class="cn-operate-dialog"
v-model="machineVisible"
:title="title"
style="width: 415px; height: 400px"
style="width: 415px;"
top="30vh"
>
<el-scrollbar>

View File

@@ -3,7 +3,7 @@
<div class='default-main'>
<TableHeader :showReset="false">
<template v-slot:operation>
<el-button type='primary' @click='refresh' class='ml10' :icon='Refresh'>刷新</el-button>
<!-- <el-button type='primary' @click='refresh' class='ml10' :icon='Refresh'>刷新</el-button>-->
<el-button type='primary' @click='add' class='ml10' :icon='Plus'>新增</el-button>
<!--返回按钮-->
<back-component />

View File

@@ -5,7 +5,7 @@
class="cn-operate-dialog"
v-model="productLineVisible"
:title="title"
style="width: 415px; height: 380px"
style="width: 415px;"
top="30vh"
>
<el-scrollbar>