| | |
| | | |
| | | </basic-container> |
| | | </el-col> |
| | | <el-dialog title="缴费提醒" :visible.sync="dialogTableVisible" custom-class="payWin" append-to-body="true"> |
| | | <el-dialog title="缴费提醒" :visible.sync="dialogTableVisible" top="280px" custom-class="payWin" append-to-body="true"> |
| | | <el-table :data="gridData"> |
| | | <el-table-column property="xb" label="序号" width="50"></el-table-column> |
| | | <el-table-column property="deviceName" label="设备名称" width="150"></el-table-column> |
| | |
| | | label: "设备名称", |
| | | width: 130, |
| | | prop: "deviceName", |
| | | searchPlaceholder: "请输入设备名称/编号", |
| | | searchPlaceholder: "设备名称/编号", |
| | | search: true, |
| | | }, |
| | | { |