{ "widgettype": "VBox", "options": { "cheight": 40, "width": "100%" }, "subwidgets": [ { "id":"cpccluster_tbl", "widgettype":"Tabular", "options":{ "width":"100%", "height":"100%", "title":"算力集群", "css":"card", "editable":{ "new_data_url":"{{entire_url('add_cpccluster.dspy')}}", "delete_data_url":"{{entire_url('delete_cpccluster.dspy')}}", "update_data_url":"{{entire_url('update_cpccluster.dspy')}}" }, "data_url":"{{entire_url('./get_cpccluster.dspy')}}", "data_method":"GET", "data_params":{{json.dumps(params_kw, indent=4, ensure_ascii=False)}}, "row_options":{ "browserfields": { "exclouded": [ "id", "cpcid" ], "alters": {} }, "editexclouded":[ "id", "cpcid" ], "fields":[ { "name": "id", "title": "id", "type": "str", "length": 32, "cwidth": 18, "uitype": "str", "datatype": "str", "label": "id" }, { "name": "name", "title": "名称", "type": "str", "length": 255, "cwidth": 18, "uitype": "str", "datatype": "str", "label": "名称" }, { "name": "cpcid", "title": "算力中心id", "type": "str", "length": 32, "nullable": "no", "cwidth": 18, "uitype": "str", "datatype": "str", "label": "算力中心id" }, { "name": "clustertype", "title": "集群类型", "type": "str", "length": 1, "label": "集群类型", "uitype": "code", "valueField": "clustertype", "textField": "clustertype_text", "params": { "dbname": "{{get_module_dbname('cpcc')}}", "table": "appcodes_kv", "tblvalue": "k", "tbltext": "v", "valueField": "clustertype", "textField": "clustertype_text", "cond": "parentid='clustertype'" }, "dataurl": "{{entire_url('/appbase/get_code.dspy')}}" }, { "name": "controllerid", "title": "控制节点id", "type": "str", "length": 32, "label": "控制节点id", "uitype": "code", "valueField": "controllerid", "textField": "controllerid_text", "params": { "dbname": "{{get_module_dbname('cpcc')}}", "table": "hostdev", "tblvalue": "id", "tbltext": "name", "valueField": "controllerid", "textField": "controllerid_text" }, "dataurl": "{{entire_url('/appbase/get_code.dspy')}}" }, { "name": "enable_date", "title": "启用日期", "type": "date", "length": 0, "cwidth": 18, "uitype": "date", "datatype": "date", "label": "启用日期" }, { "name": "export_date", "title": "停用日期", "type": "date", "length": 0, "cwidth": 18, "uitype": "date", "datatype": "date", "label": "停用日期" } ] }, "page_rows":160, "cache_limit":5 } ,"binds":[] } ] }