|
@@ -1,6 +1,6 @@
|
|
|
<template xmlns="http://www.w3.org/1999/html">
|
|
|
<div class="checkTable">
|
|
|
- <el-dialog :visible.sync="dialog.dialogFormVisible" width="1800px" :close-on-click-modal="false"
|
|
|
+ <el-dialog :visible.sync="dialog.dialogFormVisible" width="85%" :close-on-click-modal="false"
|
|
|
title='维修点清单'>
|
|
|
<el-row>
|
|
|
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="68px">
|
|
@@ -91,7 +91,7 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row>
|
|
|
- <el-table :data="leftData" style="width: 100%;" height="500px" border
|
|
|
+ <el-table :data="leftData" style="width: 100%;" max-height="500px" border
|
|
|
@selection-change="saveLeft"
|
|
|
ref="leftData" :cell-style="tableCellStyle">
|
|
|
<el-table-column type="selection" align="center" fixed="left"></el-table-column>
|