更新
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
clearable
|
||||
>
|
||||
<el-option
|
||||
v-for="(item, index) in companyNatureTypeEnum"
|
||||
v-for="(item, index) in companyTypeEnum"
|
||||
:key="index"
|
||||
:label="item.label"
|
||||
:value="item.value"
|
||||
@@ -521,6 +521,28 @@ export default {
|
||||
total: 0,
|
||||
params: {},
|
||||
},
|
||||
companyTypeEnum: [
|
||||
{
|
||||
label: "柴油账户",
|
||||
value: "0",
|
||||
},
|
||||
{
|
||||
label: "汽油账户",
|
||||
value: "1",
|
||||
},
|
||||
{
|
||||
label: "LNG账户",
|
||||
value: "2",
|
||||
},
|
||||
{
|
||||
label: "尿素账户",
|
||||
value: "3",
|
||||
},
|
||||
{
|
||||
label: "油批账户",
|
||||
value: "4",
|
||||
},
|
||||
],
|
||||
auditMarkEnum: [
|
||||
{
|
||||
label: "未提交",
|
||||
|
||||
Reference in New Issue
Block a user