修改测试问题

This commit is contained in:
fks-xuxinyue
2024-07-23 17:11:25 +08:00
parent ee99ba7340
commit b396c37426
3 changed files with 34 additions and 18 deletions

View File

@@ -52,27 +52,27 @@ export const formConfig = (disabled) => {
options: [
{
label: 'CO2',
value: 'CO2',
value: 1,
},
{
label: 'CO2e',
value: 'CO2e',
value: 2,
},
{
label: 'SF6',
value:'SF6',
value: 3,
},
{
label: 'CH4',
value: 'CH4',
value: 4,
},
{
label: 'PFCs',
value: 'PFCs',
value: 5,
},
{
label: 'HFCs',
value: 'HFCs',
value: 6,
},
],
},
@@ -195,7 +195,8 @@ export const formConfig = (disabled) => {
component: 'NsTextarea',
componentProps: {
placeholder: '请输入参考文献',
maxLength: 20,
maxLength: 300,
showCount:true
},
},
],