taskId:099 remark:"commit"

This commit is contained in:
fks-xuxinyue
2024-07-18 11:29:52 +08:00
parent 7745f55803
commit 97667fc496
9 changed files with 1065 additions and 44 deletions

View File

@@ -707,16 +707,17 @@
{
field: 'emissionProcess',
label: '排放环节',
component: 'NsSelect',
component: 'NsInput',
componentProps: {
allowClear: true,
// allowClear: true,
placeholder: '请选择排放环节',
options: [
{
label: '消费环节',
value: 0,
}
],
maxLength: 30,
// options: [
// {
// label: '消费环节',
// value: 0,
// }
// ],
},
},
{