style: 移除l部分无用的log输出
This commit is contained in:
@@ -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 || '-';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user