schema.json数据库中,
```javascript
// 文档教程: https://uniapp.dcloud.net.cn/uniCloud/schema
{
"bsonType": "object",
"required": ["area", "start_time", "end_time", "assistant"],
"permission": {
"read": true,
"create": true,
"update": "auth.uid == doc.organizer_id",
"delete": false
},
"properties": {
"_id": {
"description": "ID,系统自动生成"
},
"area": {
"bsonType": "string",
"title": "区域",
"description": "区域",
"label": "区域",
"enum": ["Tesla B2B", "Tesla B2C", "Porsche", "SCANIA", "JLR", "Tesla Bonded"]
},
"start_time": {
"bsonType": "timestamp",
"title": "开始时间",
"description": "开始时间"
},
"end_time": {
"bsonType": "timestamp",
"title": "结束时间",
"description": "结束时间"
},
"organizer_id": {
"bsonType": "string",
"title": "ID",
"description": "ID",
"foreignKey": "uni-id-users._id"
},
"organizer": {
"bsonType": "string",
"title": "发起人",
"label": "发起人",
"description": "发起人"
},
"assistant": {
"bsonType": "string",
"title": "辅导员",
"label": "辅导员",
"description": "辅导员"
},
"participants_one": {
"bsonType": "string",
"title": "参与者1",
"description": "参与者1",
"label": "参与者1"
},
"participants_two": {
"bsonType": "string",
"title": "参与者2",
"description": "参与者2",
"label": "参与者2"
},
"participants_three": {
"bsonType": "string",
"title": "参与者3",
"description": "参与者3",
"label": "参与者3"
},
"participants_four": {
"bsonType": "string",
"title": "参与者4",
"description": "参与者4",
"label": "参与者4"
},
"participants_five": {
"bsonType": "string",
"title": "参与者5",
"description": "参与者5",
"label": "参与者5"
},
"participants_six": {
"bsonType": "string",
"title": "参与者6",
"description": "参与者6",
"label": "参与者6"
},
"participants_seven": {
"bsonType": "string",
"title": "参与者7",
"description": "参与者7",
"label": "参与者7"
},
"participants_eight": {
"bsonType": "string",
"title": "参与者8",
"description": "参与者8",
"label": "参与者8"
},
"participants_nine": {
"bsonType": "string",
"title": "参与者9",
"description": "参与者9",
"label": "参与者9"
},
"participants_ten": {
"bsonType": "string",
"title": "参与者10",
"description": "参与者10",
"label": "参与者10"
},
"participants_eleven": {
"bsonType": "string",
"title": "参与者11",
"description": "参与者11",
"label": "参与者11"
},
"participants_twelve": {
"bsonType": "string",
"title": "参与者12",
"description": "参与者12",
"label": "参与者12"
},
"problem": {
"bsonType": "string",
"title": "问题描述",
"description": "问题描述",
"label": "问题描述"
},
"problem_tools": {
"bsonType": "array",
"title": "工具",
"description": "工具",
"label": "工具",
"enum": ["开放式问题", "SMART原则", "检查表", "5个为什么", "头脑风暴", "鱼骨图", "图表分析", "必选/可选", "时间/项目计划", "帕累托图", "网页式报表",
"SIPOC模型", "QFD法", "思维导图", "行动计划方案", "累积和法", "六西格玛"
]
},
"expect": {
"bsonType": "string",
"title": "期望描述",
"description": "期望描述",
"label": "期望描述"
},
"expect_tools": {
"bsonType": "array",
"title": "工具",
"description": "工具",
"label": "工具",
"enum": ["开放式问题", "SMART原则", "检查表", "5个为什么", "头脑风暴", "鱼骨图", "图表分析", "必选/可选", "时间/项目计划", "帕累托图", "网页式报表",
"SIPOC模型", "QFD法", "思维导图", "行动计划方案", "累积和法", "六西格玛"
]
},
"reason": {
"bsonType": "string",
"title": "原因描述",
"description": "原因描述",
"label": "原因描述"
},
"reason_tools": {
"bsonType": "array",
"title": "工具",
"description": "工具",
"label": "工具",
"enum": ["开放式问题", "SMART原则", "检查表", "5个为什么", "头脑风暴", "鱼骨图", "图表分析", "必选/可选", "时间/项目计划", "帕累托图", "网页式报表",
"SIPOC模型", "QFD法", "思维导图", "行动计划方案", "累积和法", "六西格玛"
]
},
"option": {
"bsonType": "string",
"title": "选项描述",
"description": "选项描述",
"label": "选项描述"
},
"option_tools": {
"bsonType": "array",
"title": "工具",
"description": "工具",
"label": "工具",
"enum": ["开放式问题", "SMART原则", "检查表", "5个为什么", "头脑风暴", "鱼骨图", "图表分析", "必选/可选", "时间/项目计划", "帕累托图", "网页式报表",
"SIPOC模型", "QFD法", "思维导图", "行动计划方案", "累积和法", "六西格玛"
]
},
"solution": {
"bsonType": "string",
"title": "方案描述",
"description": "方案描述",
"label": "方案描述",
"trim": "both"
},
"solution_tools": {
"bsonType": "array",
"title": "工具",
"description": "工具",
"label": "工具",
"enum": ["开放式问题", "SMART原则", "检查表", "5个为什么", "头脑风暴", "鱼骨图", "图表分析", "必选/可选", "时间/项目计划", "帕累托图", "网页式报表",
"SIPOC模型", "QFD法", "思维导图", "行动计划方案", "累积和法", "六西格玛"
]
},
"action": {
"bsonType": "string",
"title": "行动描述",
"description": "行动描述",
"label": "行动描述",
"trim": "both"
},
"action_tools": {
"bsonType": "array",
"title": "工具",
"description": "工具",
"label": "工具",
"enum": ["开放式问题", "SMART原则", "检查表", "5个为什么", "头脑风暴", "鱼骨图", "图表分析", "必选/可选", "时间/项目计划", "帕累托图", "网页式报表",
"SIPOC模型", "QFD法", "思维导图", "行动计划方案", "累积和法", "六西格玛"
]
},
"result": {
"bsonType": "string",
"title": "结果描述",
"description": "结果描述",
"label": "结果描述",
"trim": "both"
},
"result_tools": {
"bsonType": "array",
"title": "工具",
"description": "工具",
"label": "工具",
"enum": ["开放式问题", "SMART原则", "检查表", "5个为什么", "头脑风暴", "鱼骨图", "图表分析", "必选/可选", "时间/项目计划", "帕累托图", "网页式报表",
"SIPOC模型", "QFD法", "思维导图", "行动计划方案", "累积和法", "六西格玛"
]
},
"appendix": {
"bsonType": "file",
"title": "附件",
"description": "附件",
"label": "附件",
"trim": "both"
},
"income": {
"bsonType": "string",
"title": "收益类型",
"description": "收益类型",
"foreignKey": "income_list._id",
"enum": {
"collection": "income_list",
"field": "_id as value,income as text"
}
},
"revenue_frequency": {
"bsonType": "string",
"title": "收益频次",
"description": "收益频次",
"label": "收益频次",
"enum": ["一次性", "每天", "每周", "每月", "每年"]
},
"revenue_amount": {
"bsonType": "string",
"title": "收益金额",
"description": "请填写RMB",
"label": "收益金额",
"trim": "right"
}
}
}
这个数据库生成的新增页面中,工具的多选框在切换语言后会显示英文,我已经配置好了en.json和zh.json,但是提交到清单页面的时候,显示的都是中文,应该怎么修改
```