更新
This commit is contained in:
12
src/utils/dataType.js
Normal file
12
src/utils/dataType.js
Normal file
@@ -0,0 +1,12 @@
|
||||
export const refineryTypeEnum = [
|
||||
{
|
||||
label: "普通炼厂",
|
||||
value: "COMMON",
|
||||
},
|
||||
];
|
||||
export const refineryAccountTypeEnum = [
|
||||
{
|
||||
label: "普通炼厂",
|
||||
value: "COMMON",
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user