优化监控中心前台样式
This commit is contained in:
@@ -96,6 +96,7 @@
|
||||
const column: TableColumnType[] = [
|
||||
{
|
||||
title: '序号',
|
||||
width: 50,
|
||||
customRender: ({ record, index }) => {
|
||||
// 自定义单元格内容,这里返回序号
|
||||
if (index == 0) {
|
||||
|
Reference in New Issue
Block a user