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

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

上级 a731e72f
...@@ -27,11 +27,11 @@ ...@@ -27,11 +27,11 @@
}, },
"getPSControlAttributes" : [ { "getPSControlAttributes" : [ {
"attrName" : "rowStyle", "attrName" : "rowStyle",
"attrValue" : "({ row, rowIndex }) => {\r\n\tif (rowIndex % 2 === 1) {\r\n\t\treturn { coloe: 'red', backgroundColor: 'yellow' }\r\n\t}\r\n}", "attrValue" : "({ row, rowIndex }) => {\r\n\tif (rowIndex % 2 === 1) {\r\n\t\treturn { color: 'red', backgroundColor: 'yellow' }\r\n\t}\r\n}",
"name" : "rowStyle" "name" : "rowStyle"
}, { }, {
"attrName" : "cellStyle", "attrName" : "cellStyle",
"attrValue" : "({ row, column, rowIndex, columnIndex }) => {\r\n\tif (rowIndex % 2 !== 1) {\r\n\t\treturn { coloe: 'blue', backgroundColor: 'green' }\r\n\t}\r\n}", "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" "name" : "cellStyle"
} ], } ],
"getPSDEDataImport" : { "getPSDEDataImport" : {
......
...@@ -550,11 +550,11 @@ ...@@ -550,11 +550,11 @@
}, },
"getPSControlAttributes" : [ { "getPSControlAttributes" : [ {
"attrName" : "rowStyle", "attrName" : "rowStyle",
"attrValue" : "({ row, rowIndex }) => {\r\n\tif (rowIndex % 2 === 1) {\r\n\t\treturn { coloe: 'red', backgroundColor: 'yellow' }\r\n\t}\r\n}", "attrValue" : "({ row, rowIndex }) => {\r\n\tif (rowIndex % 2 === 1) {\r\n\t\treturn { color: 'red', backgroundColor: 'yellow' }\r\n\t}\r\n}",
"name" : "rowStyle" "name" : "rowStyle"
}, { }, {
"attrName" : "cellStyle", "attrName" : "cellStyle",
"attrValue" : "({ row, column, rowIndex, columnIndex }) => {\r\n\tif (rowIndex % 2 !== 1) {\r\n\t\treturn { coloe: 'blue', backgroundColor: 'green' }\r\n\t}\r\n}", "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" "name" : "cellStyle"
} ], } ],
"getPSControlHandler" : { "getPSControlHandler" : {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册