能源类型

This commit is contained in:
2023-08-14 16:19:12 +08:00
parent cee4ebfd43
commit 18a9a4f51b
9 changed files with 820 additions and 6 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'
},
{