|
@@ -71,7 +71,7 @@ export default {
|
|
|
{
|
|
|
isShow: !this?.orderInfo?.isThreeOrder && this.formOptions.websitId.isShow,
|
|
|
name: 'el-select',
|
|
|
- options: this.websitList,
|
|
|
+ options: this.websitList.map(item => ({ ...item, label: `(${item.value})${item.label}` })),
|
|
|
md: 8,
|
|
|
attributes: {
|
|
|
disabled: !this.formOptions.websitId.isEdit,
|