You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
424 B
30 lines
424 B
|
4 months ago
|
{
|
||
|
|
"materials": [
|
||
|
|
{
|
||
|
|
"label": "钢材",
|
||
|
|
"value": "steel"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"label": "塑料",
|
||
|
|
"value": "plastic"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"label": "涂料",
|
||
|
|
"value": "coating"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"departments": [
|
||
|
|
{
|
||
|
|
"label": "生产部",
|
||
|
|
"value": "production"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"label": "质检部",
|
||
|
|
"value": "qc"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"label": "研发部",
|
||
|
|
"value": "rd"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|