Browse Source

fix(subscription/list): 表单 label 错误

main
刘凯 1 year ago
parent
commit
cd74a73a8b
  1. 2
      src/views/subscription/list/data.ts

2
src/views/subscription/list/data.ts

@ -87,7 +87,7 @@ export function getFormSchema(isUpload: Ref<boolean>): FormSchema[] {
},
{
field: 'messageType',
label: '产品名称',
label: '推送消息类型',
required: true,
component: 'Select',
componentProps: {

Loading…
Cancel
Save