能源分析

This commit is contained in:
2023-09-05 15:45:59 +08:00
parent 01fe2da523
commit 9c59a7e715
29 changed files with 2203 additions and 100 deletions

View File

@@ -87,14 +87,14 @@ export default {
formConfig: [
{
type: 'input',
label: '班名称',
placeholder: '班名称',
label: '班名称',
placeholder: '班名称',
param: 'name'
},
{
type: 'input',
label: '班编码',
placeholder: '班编码',
label: '班编码',
placeholder: '班编码',
param: 'code'
},
{