edit
This commit is contained in:
		| @ -76,13 +76,13 @@ export class CartConfigActionModalComponent implements OnInit { | |||||||
|           type: 'string', |           type: 'string', | ||||||
|           title: '状态', |           title: '状态', | ||||||
|           enum: [ |           enum: [ | ||||||
|             { label: '启用', value: 1 }, |             { label: '启用', value: false }, | ||||||
|             { label: '停用', value: 0 } |             { label: '停用', value: true } | ||||||
|           ], |           ], | ||||||
|           ui: { |           ui: { | ||||||
|             widget: 'radio' |             widget: 'radio' | ||||||
|           } as SFRadioWidgetSchema, |           } as SFRadioWidgetSchema, | ||||||
|           default: staff?.roleId || 1 |           default: staff?.stateLocked || false | ||||||
|         } |         } | ||||||
|       }, |       }, | ||||||
|       required: ['itemValue'] |       required: ['itemValue'] | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user