会议管理
This commit is contained in:
@@ -40,6 +40,11 @@ export const columns: VxeGridProps['columns'] = [
|
||||
{
|
||||
title: '单位',
|
||||
field: 'unit',
|
||||
slots: {
|
||||
default: ({ row }) => {
|
||||
return renderDict(row.unit, 'pro_product_unit');
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
title: '类型',
|
||||
@@ -93,8 +98,11 @@ export const modalSchema: FormSchemaGetter = () => [
|
||||
{
|
||||
label: '单位',
|
||||
fieldName: 'unit',
|
||||
component: 'Input',
|
||||
rules: 'required',
|
||||
component: 'Select',
|
||||
componentProps: {
|
||||
options: getDictOptions('pro_product_unit'),
|
||||
},
|
||||
rules: 'selectRequired',
|
||||
},
|
||||
{
|
||||
label: '类型',
|
||||
|
Reference in New Issue
Block a user