mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 打印日志, 新增运营类型字段
This commit is contained in:
@@ -140,6 +140,14 @@
|
||||
/>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="运营类型" align="center" prop="businessType">
|
||||
<template slot-scope="scope">
|
||||
<dict-tag
|
||||
:options="dict.type.pile_business_type"
|
||||
:value="scope.row.businessType"
|
||||
/>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
label="sim卡号"
|
||||
align="center"
|
||||
@@ -360,7 +368,7 @@ import {listModel} from "@/api/pile/model";
|
||||
|
||||
export default {
|
||||
name: "Basic",
|
||||
dicts: ["pile_status", "software_protocol", "sim_supplier", "connector_type"],
|
||||
dicts: ["pile_status", "software_protocol", "sim_supplier", "connector_type", "pile_business_type"],
|
||||
data() {
|
||||
return {
|
||||
modelTotal: 0,
|
||||
|
||||
Reference in New Issue
Block a user