This commit is contained in:
xiaozhiyong
2023-03-01 13:53:06 +08:00
parent 6fdc081c61
commit a9d14aedb4
4 changed files with 28 additions and 18 deletions

View File

@@ -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: "未提交",