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