用户台账管理
监测点 · 变电站 · 新能源场站
返回主页面
查询
重置
共 {{ lineTotal }} 条
{{ row.state === 1 ? '正常' : '删除' }}
{ linePageSize = val; fetchLinePage(); }" @current-change="(val) => { linePageNum = val; fetchLinePage(); }">
查询
重置
共 {{ stationTotal }} 条
{{ row.state === 1 ? '正常' : '删除' }}
{ stationPageSize = val; fetchStationPage(); }" @current-change="(val) => { stationPageNum = val; fetchStationPage(); }">
查询
重置
共 {{ reportTotal }} 条
{{ row.userType }}
{{ row.userStatus }}
{{ row.status === 1 ? '审批中' : row.status === 2 ? '已通过' : row.status === 3 ? '未通过' : row.status === 4 ? '已取消' : row.status }}
{ reportPageSize = val; fetchReportPage(); }" @current-change="(val) => { reportPageNum = val; fetchReportPage(); }">