6ac1a495ac84ac5b7eb58e30b838f1e3.json 4.8 KB

1
  1. {"remainingRequest":"D:\\jiayue\\pig-ui\\node_modules\\babel-loader\\lib\\index.js!D:\\jiayue\\pig-ui\\src\\const\\crud\\gen\\form.js","dependencies":[{"path":"D:\\jiayue\\pig-ui\\src\\const\\crud\\gen\\form.js","mtime":1619070292870},{"path":"D:\\jiayue\\pig-ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jiayue\\pig-ui\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000}],"contextDependencies":[],"result":["/*\r\n * Copyright (c) 2018-2025, test All rights reserved.\r\n *\r\n * Redistribution and use in source and binary forms, with or without\r\n * modification, are permitted provided that the following conditions are met:\r\n *\r\n * Redistributions of source code must retain the above copyright notice,\r\n * this list of conditions and the following disclaimer.\r\n * Redistributions in binary form must reproduce the above copyright\r\n * notice, this list of conditions and the following disclaimer in the\r\n * documentation and/or other materials provided with the distribution.\r\n * Neither the name of the pig4cloud.com developer nor the names of its\r\n * contributors may be used to endorse or promote products derived from\r\n * this software without specific prior written permission.\r\n * Author: test\r\n */\nexport var tableOption = {\n border: true,\n index: true,\n indexLabel: '序号',\n stripe: true,\n menuAlign: 'center',\n align: 'center',\n viewBtn: true,\n editBtn: false,\n addBtn: false,\n searchMenuSpan: 6,\n column: [{\n label: 'ID',\n prop: 'id',\n hide: true\n }, {\n label: '表名称',\n prop: 'tableName'\n }, {\n label: '创建时间',\n prop: 'createTime',\n type: 'datetime',\n format: 'yyyy-MM-dd HH:mm:ss',\n valueFormat: 'yyyy-MM-dd HH:mm:ss'\n }, {\n label: '表单信息',\n prop: 'formInfo',\n overHidden: true,\n width: 500,\n type: 'textarea',\n minRows: 3,\n row: true,\n span: 24\n }]\n};",{"version":3,"sources":["D:/jiayue/pig-ui/src/const/crud/gen/form.js"],"names":["tableOption","border","index","indexLabel","stripe","menuAlign","align","viewBtn","editBtn","addBtn","searchMenuSpan","column","label","prop","hide","type","format","valueFormat","overHidden","width","minRows","row","span"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAEA,OAAO,IAAMA,WAAW,GAAG;AACzBC,EAAAA,MAAM,EAAE,IADiB;AAEzBC,EAAAA,KAAK,EAAE,IAFkB;AAGzBC,EAAAA,UAAU,EAAE,IAHa;AAIzBC,EAAAA,MAAM,EAAE,IAJiB;AAKzBC,EAAAA,SAAS,EAAE,QALc;AAMzBC,EAAAA,KAAK,EAAE,QANkB;AAOzBC,EAAAA,OAAO,EAAE,IAPgB;AAQzBC,EAAAA,OAAO,EAAE,KARgB;AASzBC,EAAAA,MAAM,EAAE,KATiB;AAUzBC,EAAAA,cAAc,EAAE,CAVS;AAWzBC,EAAAA,MAAM,EAAE,CACN;AACEC,IAAAA,KAAK,EAAE,IADT;AAEEC,IAAAA,IAAI,EAAE,IAFR;AAGEC,IAAAA,IAAI,EAAE;AAHR,GADM,EAMN;AACEF,IAAAA,KAAK,EAAE,KADT;AAEEC,IAAAA,IAAI,EAAE;AAFR,GANM,EAUN;AACED,IAAAA,KAAK,EAAE,MADT;AAEEC,IAAAA,IAAI,EAAE,YAFR;AAGEE,IAAAA,IAAI,EAAE,UAHR;AAIEC,IAAAA,MAAM,EAAE,qBAJV;AAKEC,IAAAA,WAAW,EAAE;AALf,GAVM,EAiBN;AACEL,IAAAA,KAAK,EAAE,MADT;AAEEC,IAAAA,IAAI,EAAE,UAFR;AAGEK,IAAAA,UAAU,EAAE,IAHd;AAIEC,IAAAA,KAAK,EAAE,GAJT;AAKEJ,IAAAA,IAAI,EAAE,UALR;AAMEK,IAAAA,OAAO,EAAE,CANX;AAOEC,IAAAA,GAAG,EAAE,IAPP;AAQEC,IAAAA,IAAI,EAAE;AARR,GAjBM;AAXiB,CAApB","sourcesContent":["/*\r\n * Copyright (c) 2018-2025, test All rights reserved.\r\n *\r\n * Redistribution and use in source and binary forms, with or without\r\n * modification, are permitted provided that the following conditions are met:\r\n *\r\n * Redistributions of source code must retain the above copyright notice,\r\n * this list of conditions and the following disclaimer.\r\n * Redistributions in binary form must reproduce the above copyright\r\n * notice, this list of conditions and the following disclaimer in the\r\n * documentation and/or other materials provided with the distribution.\r\n * Neither the name of the pig4cloud.com developer nor the names of its\r\n * contributors may be used to endorse or promote products derived from\r\n * this software without specific prior written permission.\r\n * Author: test\r\n */\r\n\r\nexport const tableOption = {\r\n border: true,\r\n index: true,\r\n indexLabel: '序号',\r\n stripe: true,\r\n menuAlign: 'center',\r\n align: 'center',\r\n viewBtn: true,\r\n editBtn: false,\r\n addBtn: false,\r\n searchMenuSpan: 6,\r\n column: [\r\n {\r\n label: 'ID',\r\n prop: 'id',\r\n hide: true,\r\n },\r\n {\r\n label: '表名称',\r\n prop: 'tableName'\r\n },\r\n {\r\n label: '创建时间',\r\n prop: 'createTime',\r\n type: 'datetime',\r\n format: 'yyyy-MM-dd HH:mm:ss',\r\n valueFormat: 'yyyy-MM-dd HH:mm:ss'\r\n },\r\n {\r\n label: '表单信息',\r\n prop: 'formInfo',\r\n overHidden: true,\r\n width: 500,\r\n type: 'textarea',\r\n minRows: 3,\r\n row: true,\r\n span: 24\r\n }\r\n ]\r\n}\r\n"]}]}