Browse Source

no message

linwenxin 4 months ago
parent
commit
e8f19f5004

+ 1 - 1
src/views/workOrder/workOrderPool/components/reassignment/pandanxinxi.js

@@ -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,