@@ -138,7 +138,7 @@ export default {
{
name: 'el-select',
md: 12,
- options: this.websitList.map(item => ({ label: item.name, value: item.websitId })),
+ options: this.websitList.map(item => ({ label: `(${item.websitId})${item.name}`, value: item.websitId })),
attributes: {
clearable: true,
filterable: true,