Commit 93c86cacf9e07a2965685fe752bcc84188358bf7
Merge branch 'local_dev_ft' into 'main_dev'
perf: 优化设备物模型表格模式键值取name属性 See merge request yunteng/thingskit-front!966
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 | { |