|
|
|
|
|
|
|
|
const CARD_TYPE = computed(() => { |
|
|
const CARD_TYPE = computed(() => { |
|
|
return $storeinitData.state.dictData['CARD_TYPE'] || [] |
|
|
return $storeinitData.state.dictData['CARD_TYPE'] || [] |
|
|
}) |
|
|
}) |
|
|
const OBU_TYPE_OBU = computed(() => { |
|
|
|
|
|
return $storeinitData.state.dictData['OBU_TYPE_OBU'] || [] |
|
|
|
|
|
|
|
|
const OBU_TYPE = computed(() => { |
|
|
|
|
|
return $storeinitData.state.dictData['OBU_TYPE'] || [] |
|
|
}) |
|
|
}) |
|
|
const INV_DEVICE_STATUS = computed(() => { |
|
|
const INV_DEVICE_STATUS = computed(() => { |
|
|
return $storeinitData.state.dictData['INV_DEVICE_STATUS'] || [] |
|
|
return $storeinitData.state.dictData['INV_DEVICE_STATUS'] || [] |
|
|
|
|
|
|
|
|
form: { |
|
|
form: { |
|
|
formLabelWidth: formLabelWidth, |
|
|
formLabelWidth: formLabelWidth, |
|
|
type: 'select', |
|
|
type: 'select', |
|
|
listData: OBU_TYPE_OBU, |
|
|
|
|
|
|
|
|
listData: OBU_TYPE, |
|
|
required: true, |
|
|
required: true, |
|
|
disabled: false |
|
|
disabled: false |
|
|
} |
|
|
} |