|
|
@@ -144,14 +144,17 @@ const state = reactive({
|
|
|
loading: false,
|
|
|
columns: [
|
|
|
{label: '站点ID', prop: 'stationId', resizable: true,width: 100,fixed:'left'},
|
|
|
+ {label: '站点编号', prop: 'stationNo', resizable: true,width: 100,fixed:'left'},
|
|
|
+ {label: '站点编号', prop: 'stationName', resizable: true,width: 200,fixed:'left'},
|
|
|
+ {label: '充电桩编号', prop: 'shortId', resizable: true,width: 110,fixed:'left'},
|
|
|
{label: '充电桩序列号', prop: 'equipmentId', width: 180, resizable: true},
|
|
|
{label: '设备型号', prop: 'equipmentModel', width: 150, resizable: true},
|
|
|
{label: '服务状态', prop: 'serviceStatus', resizable: true, width: 130},
|
|
|
{label: '设备类型', prop: 'equipmentType', resizable: true, width: 130},
|
|
|
// {label: '位置坐标', prop: 'location', resizable: true, width: 150},
|
|
|
{label: '网络状态', prop: 'netStatus', resizable: true, width: 130},
|
|
|
- {label: '设备生产商组织机构代码', prop: 'manufacturerId', width: 200, resizable: true},
|
|
|
- {label: '设备生产商名称', prop: 'manufacturerName', width: 160, resizable: true},
|
|
|
+ // {label: '设备生产商组织机构代码', prop: 'manufacturerId', width: 200, resizable: true},
|
|
|
+ // {label: '设备生产商名称', prop: 'manufacturerName', width: 160, resizable: true},
|
|
|
{label: '设备生产日期', prop: 'productionDate', width: 160, resizable: true},
|
|
|
{label: '更新时间', prop: 'updateTime', sortable: 'custom', resizable: true, width: 180},
|
|
|
/*{
|