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

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2022-04-29 17:28:23
* @LastEditors : Shiming
* @LastEditTime : 2022-05-06 14:20:04
* @LastEditTime : 2022-05-09 11:23:22
* @FilePath : \\tms-obc-web\\src\\app\\routes\\partner\\partner-list\\components\\index\\partner-list.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
@ -79,7 +79,7 @@
<se label="生效节点" required>
<nz-radio-group [(ngModel)]="cannelItem.effectiveNode">
<label nz-radio [nzValue]="1">修改成功后立即生效</label>
<label nz-radio [nzValue]="2">CRM流程审核通过后生</label>
<!-- <label nz-radio [nzValue]="2">CRM流程审核通过后生效</label> -->
</nz-radio-group>
</se>
</div>

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 },
],
},
},