bug调整
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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'>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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 />
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user