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