src/views/device/airport.vue
@@ -306,7 +306,9 @@ searchGutter: 30, tip: false, searchShow: true, searchMenuSpan: 6, // searchMenuSpan: 16, searchMenuPosition: 'right', searchMenuSpan: 8, border: true, index: true, indexLabel: '序号', @@ -465,8 +467,8 @@ ], }, { label: '是否激活', prop: 'esim_activate_state', label: '4G增强', prop: 'link_workmode', labelWidth: 145, width: 160, overHidden: true, @@ -475,9 +477,8 @@ align: 'center', formatter: (row, column, cellValue) => { const statusMap = { 0: '未知', 1: '未激活', 2: '已激活' 0: '关', 1: '开', }; return statusMap[cellValue] || '/'; }