修改测试问题
This commit is contained in:
@@ -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
|
||||
},
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user