This commit is contained in:
wangshiming
2022-05-09 11:23:46 +08:00
parent c36d7f442c
commit c4d0cb81b2
3 changed files with 4 additions and 6 deletions

View File

@ -119,8 +119,7 @@ export class EditPartnerComponentsAddComponent implements OnInit {
} as SFRadioWidgetSchema,
enum: [
{ label: '修改成功后立即生效', value: 1 },
{ label: 'CRM流程审核后生效', value: 2 },
{ label: 'CRM流程审核通过后生效', value: 3 }
// { label: 'CRM流程审核通过后生效', value: 2 },
],
},
},

View File

@ -93,8 +93,7 @@ export class EditSaleComponentsAddComponent implements OnInit {
} as SFRadioWidgetSchema,
enum: [
{ label: '修改成功后立即生效', value: 1 },
{ label: 'CRM流程审核后生效', value: 2 },
{ label: 'CRM流程审核通过后生效', value: 3 }
// { label: 'CRM流程审核通过后生效', value: 2 },
],
},
},