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" class="cn-operate-dialog"
v-model="eventDataUploadVisible" v-model="eventDataUploadVisible"
:title="title" :title="title"
style="width: 415px; height: 380px" style="width: 415px;"
top="25vh" top="25vh"
> >
<el-scrollbar> <el-scrollbar>

View File

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

View File

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

View File

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

View File

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