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

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

上级 2b511659
......@@ -25,6 +25,15 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlAttributes" : [ {
"attrName" : "rowStyle",
"attrValue" : "({ row, rowIndex }) => {\r\n\tif (rowIndex % 2 === 1) {\r\n\t\treturn { coloe: 'red', backgroundColor: 'yellow' }\r\n\t}\r\n}",
"name" : "rowStyle"
}, {
"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}",
"name" : "cellStyle"
} ],
"getPSDEDataImport" : {
"modelref" : true,
"id" : "DataImport"
......
......@@ -548,6 +548,15 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlAttributes" : [ {
"attrName" : "rowStyle",
"attrValue" : "({ row, rowIndex }) => {\r\n\tif (rowIndex % 2 === 1) {\r\n\t\treturn { coloe: 'red', backgroundColor: 'yellow' }\r\n\t}\r\n}",
"name" : "rowStyle"
}, {
"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}",
"name" : "cellStyle"
} ],
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionName" : "Get",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册