Browse Source

整理组件废弃的配置项

sunyj 8 năm trước cách đây
mục cha
commit
daa4c99c74
1 tập tin đã thay đổi với 2 bổ sung8 xóa
  1. 2 8
      kanban-console/src/main/resources/map-rule.xsl

+ 2 - 8
kanban-console/src/main/resources/map-rule.xsl

@@ -83,9 +83,6 @@
 								<sort>
 									<xsl:value-of select="@sort" />
 								</sort>
-								<dataIndex>
-									<xsl:value-of select="@dataindex" />
-								</dataIndex>
 								<render>
 									<xsl:value-of select="@rendername" />
 								</render>
@@ -108,7 +105,7 @@
 				<xsl:call-template name="barOrLine">
 					<xsl:with-param name="type">
 						<!-- 不直接输出字符串,是因为有空格的问题 -->
-						<xsl:value-of select="concat('bar')" />
+						<xsl:value-of select="concat('bar', '')" />
 					</xsl:with-param>
 				</xsl:call-template>
 			</xsl:for-each>
@@ -118,7 +115,7 @@
 				<xsl:call-template name="barOrLine">
 					<xsl:with-param name="type">
 						<!-- 不直接输出字符串,是因为有空格的问题 -->
-						<xsl:value-of select="concat('line')" />
+						<xsl:value-of select="concat('line', '')" />
 					</xsl:with-param>
 				</xsl:call-template>
 			</xsl:for-each>
@@ -171,9 +168,6 @@
 				<xtype>
 					<xsl:value-of select="@xtype" />
 				</xtype>
-				<xfields>
-					<xsl:value-of select="@xfields" />
-				</xfields>
 				<ytitle>
 					<xsl:value-of select="@ytitle" />
 				</ytitle>