我正在使用此表在表单中添加或删除值。我有以下内容:
这是我要列出的对象类型
{
title: 'Service 1',
price: 10000
}
为此,请按以下方式配置表:
columns: {
servicio: {
title: 'Servicio',
filter: false,
type: 'html',
editor: {
type: 'list',
config: {
list: [],
}
}
},
precio: {
title: 'Precio',
filter: false,
}
},
但是我需要的是,如果我选择一项服务,则“价格”列将采用该服务具有的值