style: 移除l部分无用的log输出

This commit is contained in:
TsMask
2025-01-15 21:07:17 +08:00
parent 96acbc0919
commit 74b55423d5
5 changed files with 16 additions and 11 deletions

View File

@@ -125,7 +125,6 @@ let tableColumns = ref<ColumnsType>([
width: 150,
customRender(opt) {
const record = opt.value;
console.log(opt);
if (record.state === 'OFF') {
return record.offTime || '-';
}