提交 ce081b44 编写于 作者: ibizdev's avatar ibizdev

tony001 发布系统代码 [TrainSys,网页端]

上级 4dd4cf7a
......@@ -33,6 +33,10 @@
"attrName" : "cellStyle",
"attrValue" : "({ row, column, rowIndex, columnIndex }) => {\r\n\tif (rowIndex % 2 !== 1) {\r\n\t\treturn { color: 'blue', backgroundColor: 'green' }\r\n\t}\r\n}",
"name" : "cellStyle"
}, {
"attrName" : "rowClassName",
"attrValue" : "({ row, rowIndex }) => {\r\n\treturn 'row-test'\r\n}",
"name" : "rowClassName"
} ],
"getPSDEDataImport" : {
"modelref" : true,
......
......@@ -556,6 +556,10 @@
"attrName" : "cellStyle",
"attrValue" : "({ row, column, rowIndex, columnIndex }) => {\r\n\tif (rowIndex % 2 !== 1) {\r\n\t\treturn { color: 'blue', backgroundColor: 'green' }\r\n\t}\r\n}",
"name" : "cellStyle"
}, {
"attrName" : "rowClassName",
"attrValue" : "({ row, rowIndex }) => {\r\n\treturn 'row-test'\r\n}",
"name" : "rowClassName"
} ],
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册