|
|
@@ -50,18 +50,19 @@
|
|
|
<!--
|
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
|
-->
|
|
|
- <el-table-column label="ID" align="left" prop="id" v-if="true" width="180" :show-overflow-tooltip="true" />
|
|
|
+<!-- <el-table-column label="ID" align="left" prop="id" v-if="true" width="180" :show-overflow-tooltip="true" />-->
|
|
|
+ <el-table-column label="" align="left" prop="" width="10" />
|
|
|
<el-table-column label="请求标识" align="left" prop="reqIdentifier" width="220" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="请求IP" align="left" prop="reqIp" width="130" :show-overflow-tooltip="true" />
|
|
|
- <el-table-column label="登录结果" align="center" prop="loginResult" width="120">
|
|
|
+ <el-table-column label="登录结果" align="center" prop="loginResult" width="100">
|
|
|
<template #default="scope">
|
|
|
<dict-tag :options="smsb_device_login_result" :value="scope.row.loginResult" />
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="登录时间" align="left" prop="createTime" width="160" />
|
|
|
- <el-table-column label="设备名称" align="left" prop="deviceName" :show-overflow-tooltip="true" />
|
|
|
- <el-table-column label="设备标识" align="left" prop="identifier" width="220" :show-overflow-tooltip="true" />
|
|
|
- <el-table-column label="设备SN" align="left" prop="serialNumber" width="180" :show-overflow-tooltip="true" />
|
|
|
+ <el-table-column label="设备名称" align="left" prop="deviceName" :show-overflow-tooltip="true" width="320" />
|
|
|
+ <el-table-column label="设备标识" align="left" prop="identifier" :show-overflow-tooltip="true" />
|
|
|
+ <el-table-column label="设备SN" align="left" prop="serialNumber" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="设备MAC" align="left" prop="mac" width="150" />
|
|
|
<el-table-column label="操作" align="center" fixed="right" class-name="small-padding fixed-width" width="80">
|
|
|
<template #default="scope">
|