·
hwh
2024-09-12 043a37b51d5da0c8762a6a28e649bc87d60bf0a7
Web/src/views/wcs/wcsDevice/index.vue
@@ -55,6 +55,12 @@
          </template>
        </el-table-column>
        <el-table-column prop="deviceType" label="交互类型" show-overflow-tooltip="">
          <template #default="scope">
            <el-tag :type="dv('DeviceTypeEnum', scope.row.deviceType)?.tagType"> {{ dv('DeviceTypeEnum',
              scope.row.deviceType)?.name }}</el-tag>
          </template>
        </el-table-column>
        <el-table-column prop="level" label="设备级别" show-overflow-tooltip="">
          <template #default="scope">
            <el-tag :type="dv('DeviceLevelEnum', scope.row.level)?.tagType"> {{ dv('DeviceLevelEnum',