From 92230c9a97dc9ce9df3313d11d26999c04bb6b26 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期二, 15 七月 2025 13:12:48 +0800 Subject: [PATCH] 项目初始化 --- src/pages_qiun/static/json/user-operate/6.json | 88 ++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 88 insertions(+), 0 deletions(-) diff --git a/src/pages_qiun/static/json/user-operate/6.json b/src/pages_qiun/static/json/user-operate/6.json new file mode 100644 index 0000000..5de8216 --- /dev/null +++ b/src/pages_qiun/static/json/user-operate/6.json @@ -0,0 +1,88 @@ +{ + "headers":[ + { + "label": "鏈�杩戞椿璺冩椂闂�", + "key": "col1" + }, { + "label": "浜烘暟", + "key": "col2" + }, { + "label": "浜烘暟鍗犳瘮", + "key": "col3" + }, { + "label": "娲昏穬浼氬憳鐜瘮", + "key": "col4" + }, { + "label": "娲昏穬娑堣垂浜烘暟鍗犳瘮", + "key": "col5" + } + ], + "contents":[ + { + "col1": "0-30澶�", + "col2": "15350", + "col3": "45", + "col4": "9.5", + "col5": "29" + }, { + "col1": "30-60澶�", + "col2": "15350", + "col3": "13", + "col4": "-2.5", + "col5": "-25" + }, { + "col1": "60-90澶�", + "col2": "15371", + "col3": "15", + "col4": "-5.2", + "col5": "63" + }, { + "col1": "90-120澶�", + "col2": "12340", + "col3": "12", + "col4": "2.9", + "col5": "-12" + }, { + "col1": "120-180澶�", + "col2": "12360", + "col3": "17", + "col4": "3.5", + "col5": "11" + } + ], + "sortCol":[ + { + "key": "col1", + "isNumber": false + }, { + "key": "col2", + "isNumber": true + }, + { + "key": "col3", + "isNumber": true + }, + { + "key": "col4", + "isNumber": true + }, + { + "key": "col5", + "isNumber": true + } + ], + "computedCol":["col2","col3","col4","col5"], + "formatCol":[{ + "key": "col3", + "template": "#col3#%", + "bottomComputedFormat": true + }, { + "key": "col4", + "template": "#col4#%", + "bottomComputedFormat": true + }, { + "key": "col5", + "template": "#col5#%", + "bottomComputedFormat": true + }] +} \ No newline at end of file -- Gitblit v1.9.3