Commit a065eecb authored by XieZhiXiong's avatar XieZhiXiong

chore: 评价必传

parent 5f3c910f
...@@ -54,6 +54,7 @@ export const evaluateSchema: ISchema = { ...@@ -54,6 +54,7 @@ export const evaluateSchema: ISchema = {
comment: { comment: {
type: 'string', type: 'string',
title: '评价', title: '评价',
required: true,
'x-component': 'TextArea', 'x-component': 'TextArea',
'x-component-props': { 'x-component-props': {
rows: 4, rows: 4,
......
...@@ -54,6 +54,7 @@ export const evaluateSchema: ISchema = { ...@@ -54,6 +54,7 @@ export const evaluateSchema: ISchema = {
comment: { comment: {
type: 'string', type: 'string',
title: '评价', title: '评价',
required: true,
'x-component': 'TextArea', 'x-component': 'TextArea',
'x-component-props': { 'x-component-props': {
rows: 4, rows: 4,
......
...@@ -54,7 +54,8 @@ export const evaluateSchema: ISchema = { ...@@ -54,7 +54,8 @@ export const evaluateSchema: ISchema = {
}, },
comment: { comment: {
type: 'string', type: 'string',
title: '评价', title: '评价',
required: true,
'x-component': 'TextArea', 'x-component': 'TextArea',
'x-component-props': { 'x-component-props': {
rows: 4, rows: 4,
......
...@@ -54,6 +54,7 @@ export const evaluateSchema: ISchema = { ...@@ -54,6 +54,7 @@ export const evaluateSchema: ISchema = {
comment: { comment: {
type: 'string', type: 'string',
title: '评价', title: '评价',
required: true,
'x-component': 'TextArea', 'x-component': 'TextArea',
'x-component-props': { 'x-component-props': {
rows: 4, rows: 4,
......
...@@ -54,6 +54,7 @@ export const evaluateSchema: ISchema = { ...@@ -54,6 +54,7 @@ export const evaluateSchema: ISchema = {
comment: { comment: {
type: 'string', type: 'string',
title: '评价', title: '评价',
required: true,
'x-component': 'TextArea', 'x-component': 'TextArea',
'x-component-props': { 'x-component-props': {
rows: 4, rows: 4,
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: XieZhiXiong * @Author: XieZhiXiong
* @Date: 2020-09-23 17:00:24 * @Date: 2020-09-23 17:00:24
* @LastEditors: XieZhiXiong * @LastEditors: XieZhiXiong
* @LastEditTime: 2021-01-13 10:16:27 * @LastEditTime: 2021-07-03 18:49:30
* @Description: * @Description:
*/ */
import { ISchema } from '@formily/antd'; import { ISchema } from '@formily/antd';
...@@ -55,6 +55,7 @@ export const evaluateSchema: ISchema = { ...@@ -55,6 +55,7 @@ export const evaluateSchema: ISchema = {
comment: { comment: {
type: 'string', type: 'string',
title: '评价', title: '评价',
required: true,
'x-component': 'TextArea', 'x-component': 'TextArea',
'x-component-props': { 'x-component-props': {
rows: 4, rows: 4,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment