优化监控中心前台样式

This commit is contained in:
fks-yangshouda
2024-08-20 15:40:49 +08:00
parent 7d049151b6
commit e99f441461
11 changed files with 151 additions and 32 deletions

View File

@@ -96,6 +96,7 @@
const column: TableColumnType[] = [
{
title: '序号',
width: 50,
customRender: ({ record, index }) => {
// 自定义单元格内容,这里返回序号
if (index == 0) {