| | |
| | | [FormProject.PROJECT_NAME]: string |
| | | [FormProject.PROJECT_STATUS]: string |
| | | [FormProject.PROJCECT_INTRO]: string |
| | | [FormProject.LONGITUDE]: number |
| | | [FormProject.LATITUDE]: number |
| | | [FormProject.LONGITUDE]?: number | null |
| | | [FormProject.LATITUDE]?: number | null |
| | | [FormProject.DEVICELIST]?: deviceList[] |
| | | [FormProject.USERLIST]: number[] |
| | | [FormProject.PROJECT_BLOCKING]: projectBlocking |
| | |
| | | [FormProject.PROJECT_NAME]: [ |
| | | { required: true, message: '请输入项目名称', trigger: 'blur' }, |
| | | ], |
| | | [FormProject.LATITUDE]: [ |
| | | { required: true, type: 'number', message: '请设置项目中心点', trigger: 'blur' }, |
| | | ], |
| | | } |