|
|
|
@ -256,7 +256,7 @@ export default {
|
|
|
|
|
width: '100px', |
|
|
|
|
align: 'center', |
|
|
|
|
span: 11, |
|
|
|
|
dicUrl: '/api/blade-system/dict-biz/dictionary?code=yes_no', |
|
|
|
|
dicUrl: '/api/blade-system/dict-biz/dictionary?code=isHead_yes_no', |
|
|
|
|
props: { |
|
|
|
|
label: 'dictValue', |
|
|
|
|
value: 'dictKey', |
|
|
|
@ -486,15 +486,26 @@ export default {
|
|
|
|
|
align: 'center', |
|
|
|
|
span: 11, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '到期时间', |
|
|
|
|
prop: 'expirationTime', |
|
|
|
|
type: 'input', |
|
|
|
|
labelWidth: '150', |
|
|
|
|
width: '100px', |
|
|
|
|
align: 'center', |
|
|
|
|
span: 11, |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// label: '到期时间', |
|
|
|
|
// prop: 'expirationTime', |
|
|
|
|
// type: 'input', |
|
|
|
|
// labelWidth: '150', |
|
|
|
|
// width: '100px', |
|
|
|
|
// align: 'center', |
|
|
|
|
// span: 11, |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
label: '到期时间', |
|
|
|
|
prop: 'expirationTime', |
|
|
|
|
type: 'date', |
|
|
|
|
format: 'YYYY-MM-DD', |
|
|
|
|
valueFormat: 'YYYY-MM-DD', |
|
|
|
|
labelWidth: '150', |
|
|
|
|
width: '150px', |
|
|
|
|
align: 'center', |
|
|
|
|
span: 11, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '道路运输证号', |
|
|
|
|
prop: 'roadTransport', |
|
|
|
@ -577,10 +588,22 @@ export default {
|
|
|
|
|
labelWidth: '150', |
|
|
|
|
span: 11, |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// label: '车辆年审有效期', |
|
|
|
|
// prop: 'reviewValidity', |
|
|
|
|
// type: 'input', |
|
|
|
|
// labelWidth: '150', |
|
|
|
|
// width: '150px', |
|
|
|
|
// align: 'center', |
|
|
|
|
// span: 11, |
|
|
|
|
// }, |
|
|
|
|
|
|
|
|
|
{ |
|
|
|
|
label: '车辆年审有效期', |
|
|
|
|
prop: 'reviewValidity', |
|
|
|
|
type: 'input', |
|
|
|
|
type: 'date', |
|
|
|
|
format: 'YYYY-MM-DD', |
|
|
|
|
valueFormat: 'YYYY-MM-DD', |
|
|
|
|
labelWidth: '150', |
|
|
|
|
width: '150px', |
|
|
|
|
align: 'center', |
|
|
|
@ -616,7 +639,7 @@ export default {
|
|
|
|
|
width: '150px', |
|
|
|
|
align: 'center', |
|
|
|
|
span: 11, |
|
|
|
|
dicUrl: '/api/blade-system/dict-biz/dictionary?code=yes_no', |
|
|
|
|
dicUrl: '/api/blade-system/dict-biz/dictionary?code=bodyAdvertising_yes_no', |
|
|
|
|
props: { |
|
|
|
|
label: 'dictValue', |
|
|
|
|
value: 'dictKey', |
|
|
|
|