update 打印日志, 新增运营类型字段

This commit is contained in:
Guoqs
2024-07-23 09:37:06 +08:00
parent efcf288dea
commit aadfdda9ee
5 changed files with 286 additions and 2 deletions

View File

@@ -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,