|
|
@ -945,7 +945,7 @@ export const tabConfigList = [ |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "限制类型:", |
|
|
|
key: "dcEventAccident.limitedType", |
|
|
|
key: "dcEventTrafficControl.limitedType", |
|
|
|
required: true, |
|
|
|
type: "select", |
|
|
|
options: { |
|
|
@ -963,7 +963,7 @@ export const tabConfigList = [ |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: "车辆类型:", |
|
|
|
key: "dcEventAccident.vehicleType", |
|
|
|
key: "dcEventTrafficControl.vehicleType", |
|
|
|
required: true, |
|
|
|
type: "select", |
|
|
|
options: { |
|
|
|