Prechádzať zdrojové kódy

撤销删除的组件配置项

sunyj 8 rokov pred
rodič
commit
fca70499bf

+ 6 - 0
kanban-console/src/main/resources/map-rule.xsl

@@ -83,6 +83,9 @@
 								<sort>
 									<xsl:value-of select="@sort" />
 								</sort>
+								<dataIndex>
+									<xsl:value-of select="@dataindex" />
+								</dataIndex>
 								<render>
 									<xsl:value-of select="@rendername" />
 								</render>
@@ -168,6 +171,9 @@
 				<xtype>
 					<xsl:value-of select="@xtype" />
 				</xtype>
+				<xfields>
+					<xsl:value-of select="@xfields" />
+				</xfields>
 				<ytitle>
 					<xsl:value-of select="@ytitle" />
 				</ytitle>