@@ -175,7 +175,7 @@ export default {
{
name: 'el-select',
md: 6,
- options: this.dataList,
+ options: this.dataList.map(item => ({ ...item, label: `(${item.value})${item.label}` })),
attributes: {
placeholder: '请选择',
clearable: true,