|
|
@@ -2,7 +2,7 @@
|
|
|
<div style="padding: 0px;margin-left: -30px;">
|
|
|
<layout>
|
|
|
<layout-header>
|
|
|
- <div class="gva-table-box" style="margin-left: 20px;width: 97%;">
|
|
|
+ <div class="gva-table-box" style="margin-left: 20px;width: 95%;">
|
|
|
<el-form-item>
|
|
|
<el-input v-model="searchinfo" @keydown="keydown_onSearch($event)" placeholder="输入工单编号或产品名称" style="width: 180px;" />
|
|
|
<el-button type="primary" class="search" icon="search" @click="onSearch"></el-button>
|
|
|
@@ -16,7 +16,7 @@
|
|
|
<el-main>
|
|
|
<div class="gva-table-box">
|
|
|
<!-- 表格数据 -->
|
|
|
- <el-table ref="multipleTable" style="width: 100%;height: 76vh" tooltip-effect="dark"
|
|
|
+ <el-table ref="multipleTable" style="width: 100%;height: 72vh" tooltip-effect="dark"
|
|
|
:row-style="{ height: '30px' }" :header-cell-style="{ padding: '0px' }"
|
|
|
:cell-style="{ padding: '0px' }" :header-row-style="{ height: '20px' }"
|
|
|
:data="tableData" border row-key="ID"
|