src/views/equipmentManagement/ledger/index.vue
@@ -321,10 +321,10 @@ label: "规格型号", prop: "deviceModel", }, { label: "设备品牌", prop: "deviceBrand", }, // { // label: "设备品牌", // prop: "deviceBrand", // }, { label: "设备类型", prop: "type", @@ -354,6 +354,17 @@ }, }, { label: "物联设备", prop: "isIotDevice", formatData: (v) => { return v === 1 ? "是" : "否"; }, }, { label: "外部编码", prop: "externalCode", }, { dataType: "action", label: "操作", align: "center",