Commit 93c86cacf9e07a2965685fe752bcc84188358bf7

Authored by xp.Huang
2 parents a77714e3 4f47ed44

Merge branch 'local_dev_ft' into 'main_dev'

perf: 优化设备物模型表格模式键值取name属性

See merge request yunteng/thingskit-front!966
@@ -99,7 +99,7 @@ export const descSchema = (emit: EmitType): DescItem[] => { @@ -99,7 +99,7 @@ export const descSchema = (emit: EmitType): DescItem[] => {
99 export const realTimeDataColumns: BasicColumn[] = [ 99 export const realTimeDataColumns: BasicColumn[] = [
100 { 100 {
101 title: '键', 101 title: '键',
102 - dataIndex: 'key', 102 + dataIndex: 'name',
103 width: 100, 103 width: 100,
104 }, 104 },
105 { 105 {