wxw
2024-09-13 842a51346f380eb8f6b69efb4223cf953d366e80
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',
@@ -124,7 +130,7 @@
const queryParams = ref<any>({});
const tableParams = ref({
  page: 1,
  pageSize: 10,
  pageSize: 20,
  total: 0,
});