管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2024-09-04 dbed0354a00fde9db87862b9f03db0fbf0d3aabc
ExportMap/Sources/render.py
@@ -109,8 +109,10 @@
# sm = layout.itemById(r'说明')
table = layout.multiFrames()[0]
contents = table.tableContents()
contents[1][1] = scale
table.refreshAttributes()
# contents[1][1] = str(scale)
contents[1][1].setContent(scale)
# table.refreshAttributes()
table.setTableContents(contents)
table.refresh()
# collection = layout.pageCollection()