...
|
...
|
@@ -62,7 +62,7 @@ export const columns: BasicColumn[] = [ |
62
|
62
|
export const searchFormSchema: FormSchema[] = [
|
63
|
63
|
{
|
64
|
64
|
field: 'name',
|
65
|
|
- label: '模板名称',
|
|
65
|
+ label: '模板',
|
66
|
66
|
component: 'Input',
|
67
|
67
|
colProps: { span: 8 },
|
68
|
68
|
componentProps: {
|
...
|
...
|
|