{
title: '价格类型', field: 'priceType', sortable: true, width: 100, editor:
{
type: 'combobox',
options:
{
label: null,
prompt: '请选择',
width: '100%',
required: true,
editable: false,
disabled: false,
data: options.objs.priceTypeEnum
}
}
}
title: '价格类型', field: 'priceType', sortable: true, width: 100, editor:
{
type: 'combobox',
options:
{
label: null,
prompt: '请选择',
width: '100%',
required: true,
editable: false,
disabled: false,
data: options.objs.priceTypeEnum
}
}
}