|
@@ -183,7 +183,7 @@ export default {
|
183
|
183
|
columns1: [
|
184
|
184
|
{
|
185
|
185
|
label: '车场名称',
|
186
|
|
- key: 'carParkName'
|
|
186
|
+ key: 'parkName'
|
187
|
187
|
},
|
188
|
188
|
{
|
189
|
189
|
label: '收入统计',
|
|
@@ -195,7 +195,7 @@ export default {
|
195
|
195
|
},
|
196
|
196
|
{
|
197
|
197
|
label: '异常事件统计',
|
198
|
|
- key: 'excptionEvent '
|
|
198
|
+ key: 'excptionEvent'
|
199
|
199
|
},
|
200
|
200
|
{
|
201
|
201
|
label: '设备情况',
|
|
@@ -207,11 +207,11 @@ export default {
|
207
|
207
|
},
|
208
|
208
|
{
|
209
|
209
|
label: '交班人',
|
210
|
|
- key: 'tollmanName '
|
|
210
|
+ key: 'tollmanFinishName'
|
211
|
211
|
},
|
212
|
212
|
{
|
213
|
213
|
label: '接班人',
|
214
|
|
- key: 'tollmanReceiveId'
|
|
214
|
+ key: 'tollmanReceiveName'
|
215
|
215
|
},
|
216
|
216
|
],
|
217
|
217
|
tableData1: [],
|
|
@@ -293,17 +293,7 @@ export default {
|
293
|
293
|
},
|
294
|
294
|
handleAdd() {
|
295
|
295
|
this.title = '添加'
|
296
|
|
- this.formLabelAlign.parkName = ''
|
297
|
|
- this.formLabelAlign.parkId = ''
|
298
|
|
- this.formLabelAlign.id = ''
|
299
|
|
- this.formLabelAlign.tollmanFinishId = ''
|
300
|
|
- this.formLabelAlign.tollmanReceiveId = ''
|
301
|
|
- this.formLabelAlign.incomeFee = ''
|
302
|
|
- this.formLabelAlign.parkingNum = ''
|
303
|
|
- this.formLabelAlign.excptionEvent = ''
|
304
|
|
- this.formLabelAlign.deviceStatus = ''
|
305
|
|
- this.formLabelAlign.vehicleStatus = ''
|
306
|
|
- this.formLabelAlign.tollmanName = ''
|
|
296
|
+ this.formLabelAlign = {}
|
307
|
297
|
this.dialogVisible = true
|
308
|
298
|
},
|
309
|
299
|
handleEdit(row) {
|
|
@@ -427,7 +417,7 @@ export default {
|
427
|
417
|
.form-div {
|
428
|
418
|
/deep/ .el-input__inner {
|
429
|
419
|
height: 35px;
|
430
|
|
- width: 90%;
|
|
420
|
+ width: 99%;
|
431
|
421
|
border: 1px solid #a6a5a5;
|
432
|
422
|
}
|
433
|
423
|
}
|