|
|
@@ -32,25 +32,25 @@
|
|
|
<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="encryptCode" width="250" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="解密字符" align="left" prop="decryptCode" width="250" :show-overflow-tooltip="true" />
|
|
|
- <el-table-column label="鉴权key" align="center" prop="authKey" width="150" :show-overflow-tooltip="true" />
|
|
|
+ <el-table-column label="鉴权key" align="left" prop="authKey" width="150" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="鉴权结果" align="center" prop="authResult" width="100">
|
|
|
<template #default="scope">
|
|
|
<dict-tag :options="smsb_device_auth_result" :value="scope.row.authResult" />
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="鉴权描述" align="left" prop="authRemark" :show-overflow-tooltip="true" width="150" />
|
|
|
+ <el-table-column label="鉴权描述" align="left" prop="authRemark" :show-overflow-tooltip="true" width="120" />
|
|
|
<el-table-column label="设备IP" align="center" prop="deviceIp" width="150" :show-overflow-tooltip="true" />
|
|
|
<el-table-column label="设备名称" align="left" prop="deviceName" width="220" :show-overflow-tooltip="true" />
|
|
|
- <el-table-column label="设备标识" align="left" prop="identifier" width="250" :show-overflow-tooltip="true" />
|
|
|
- <el-table-column label="设备SN" align="left" prop="serialNumber" width="200" :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="设备MAC" align="left" prop="mac" width="150" />
|
|
|
<el-table-column label="鉴权时间" align="center" prop="createTime" width="160" />
|
|
|
- <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
|
|
+ <el-table-column label="操作" align="center" fixed="right" width="80" class-name="small-padding fixed-width">
|
|
|
<template #default="scope">
|
|
|
- <el-tooltip content="修改" placement="top">
|
|
|
+<!-- <el-tooltip content="修改" placement="top">
|
|
|
<el-button link type="primary" icon="Edit" @click="handleUpdate(scope.row)"
|
|
|
v-hasPermi="['device:deviceAuth:edit']"></el-button>
|
|
|
- </el-tooltip>
|
|
|
+ </el-tooltip>-->
|
|
|
<el-tooltip content="删除" placement="top">
|
|
|
<el-button link type="primary" icon="Delete" @click="handleDelete(scope.row)"
|
|
|
v-hasPermi="['device:deviceAuth:remove']"></el-button>
|