1 |
- {"remainingRequest":"D:\\test\\ssi-satoken\\ui\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\test\\ssi-satoken\\ui\\src\\views\\largeScreen\\components\\reviewAnalysis.vue?vue&type=style&index=0&id=40fc41bb&scoped=true&lang=css&","dependencies":[{"path":"D:\\test\\ssi-satoken\\ui\\src\\views\\largeScreen\\components\\reviewAnalysis.vue","mtime":1697097122791},{"path":"D:\\test\\ssi-satoken\\ui\\node_modules\\css-loader\\dist\\cjs.js","mtime":1669864554855},{"path":"D:\\test\\ssi-satoken\\ui\\node_modules\\vue-loader\\lib\\loaders\\stylePostLoader.js","mtime":1697679531049},{"path":"D:\\test\\ssi-satoken\\ui\\node_modules\\postcss-loader\\src\\index.js","mtime":1669864555556},{"path":"D:\\test\\ssi-satoken\\ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1669864538178},{"path":"D:\\test\\ssi-satoken\\ui\\node_modules\\vue-loader\\lib\\index.js","mtime":1697679531049}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKI2RhdGFEaXYgewogIG1hcmdpbi10b3A6IDElOwogIHdpZHRoOiAxMDAlOwogIGhlaWdodDogY2FsYyg1MnZoKTsKfQovKuihqOagvCovCi5kYXRhRGl2IC9kZWVwLyAuZWwtdGFibGUgewogIGJhY2tncm91bmQtY29sb3I6IHRyYW5zcGFyZW50ICFpbXBvcnRhbnQ7CiAgY29sb3I6IHdoaXRlOwp9Ci5kYXRhRGl2IC9kZWVwLyAgLmVsLXRhYmxlLCAuZWwtdGFibGVfX2V4cGFuZGVkLWNlbGwgewogIGJhY2tncm91bmQtY29sb3I6IHRyYW5zcGFyZW50Owp9Ci5kYXRhRGl2L2RlZXAvIC5lbC10YWJsZSB0ciB7CiAgYmFja2dyb3VuZC1jb2xvcjogdHJhbnNwYXJlbnQhaW1wb3J0YW50Owp9Ci5kYXRhRGl2IC9kZWVwLyAgLmVsLXRhYmxlLS1lbmFibGUtcm93LXRyYW5zaXRpb24gLmVsLXRhYmxlX19ib2R5IHRkLCAuZWwtdGFibGUgLmNlbGx7CiAgYmFja2dyb3VuZC1jb2xvcjogdHJhbnNwYXJlbnQ7Cn0KLmRhdGFEaXYgL2RlZXAvLmVsLXRhYmxlIHRib2R5IHRyOmhvdmVyID4gdGQgewogIGJhY2tncm91bmQtY29sb3I6IHRyYW5zcGFyZW50ICFpbXBvcnRhbnQ7Cn0K"},{"version":3,"sources":["reviewAnalysis.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0OA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"reviewAnalysis.vue","sourceRoot":"src/views/largeScreen/components","sourcesContent":["<template>\n <div id=\"dataDiv\" class=\"dataDiv\">\n <el-table :header-cell-style=\"{background: 'transparent !important',color:'#fff'}\"\n border :data=\"gridData\" :default-sort=\"{prop: 'time', order: 'ascending'}\" size=\"small\" max-height=\"500\">\n <el-table-column label=\"序号\" align=\"center\" width=\"55\">\n <template slot-scope=\"scope\">\n {{ scope.$index + 1 }}\n </template>\n </el-table-column>\n <el-table-column label=\"时间\" sortable align=\"center\" prop=\"time\">\n <template slot-scope=\"scope\">\n <i class=\"el-icon-time\"></i>\n <span style=\"margin-left: 5px\">{{ parseTime(scope.row.time, '{h}:{i}') }}</span>\n </template>\n </el-table-column>\n <!-- <el-table-column label=\"联络线名称\" align=\"center\" prop=\"tieline\"/>-->\n <el-table-column label=\"中长期收益(元)\" align=\"center\" prop=\"longTerm\"/>\n <el-table-column label=\"日前收益(元)\" align=\"center\" prop=\"dayAhead\"/>\n <el-table-column label=\"实时收益(元)\" align=\"center\" prop=\"realtime\"/>\n <el-table-column label=\"总收益(元)\" align=\"center\" prop=\"total\"/>\n </el-table>\n </div>\n</template>\n\n<script>\n\nexport default {\n mounted: function () {\n for (let i = 0; i < this.gridData.length; i++) {\n this.gridData[i].total = (this.gridData[i].longTerm + this.gridData[i].realtime + this.gridData[i].dayAhead).toFixed(2)\n }\n },\n data() {\n return {\n gridData: [\n {\n \"longTerm\": 2500,\n \"realtime\": 5025.631875,\n \"date\": \"2023-01-01\",\n \"dayAhead\": 622.545,\n \"time\": 1672502400000,\n \"total\": \"8148.18\"\n },\n {\n \"longTerm\": 2500,\n \"realtime\": 2586.82935,\n \"date\": \"2023-01-01\",\n \"dayAhead\": 307.1523,\n \"time\": 1672506000000,\n \"total\": \"5393.98\"\n },\n {\n \"longTerm\": 2500,\n \"realtime\": 3932.088775,\n \"date\": \"2023-01-01\",\n \"dayAhead\": -92.1564,\n \"time\": 1672509600000,\n \"total\": \"6339.93\"\n },\n {\n \"longTerm\": 2500,\n \"realtime\": 1831.429575,\n \"date\": \"2023-01-01\",\n \"dayAhead\": 7.20546,\n \"time\": 1672513200000,\n \"total\": \"4338.64\"\n },\n {\n \"longTerm\": 2500,\n \"realtime\": -178.0932,\n \"date\": \"2023-01-01\",\n \"dayAhead\": 176.5565,\n \"time\": 1672516800000,\n \"total\": \"2498.46\"\n },\n {\n \"longTerm\": 2500,\n \"realtime\": 645.88365,\n \"date\": \"2023-01-01\",\n \"dayAhead\": 233.7522,\n \"time\": 1672520400000,\n \"total\": \"3379.64\"\n },\n {\n \"longTerm\": 2500,\n \"realtime\": 2953.1019,\n \"date\": \"2023-01-01\",\n \"dayAhead\": -148.49814,\n \"time\": 1672524000000,\n \"total\": \"5304.60\"\n },\n {\n \"longTerm\": 2500,\n \"realtime\": 4085.39835,\n \"date\": \"2023-01-01\",\n \"dayAhead\": -449.28384,\n \"time\": 1672527600000,\n \"total\": \"6136.11\"\n },\n {\n \"longTerm\": 2500,\n \"realtime\": 4582.1421,\n \"date\": \"2023-01-01\",\n \"dayAhead\": 968.576,\n \"time\": 1672531200000,\n \"total\": \"8050.72\"\n },\n {\n \"longTerm\": 2500,\n \"realtime\": 5051.7896,\n \"date\": \"2023-01-01\",\n \"dayAhead\": 1664.712,\n \"time\": 1672534800000,\n \"total\": \"9216.50\"\n },\n {\n \"longTerm\": 2500,\n \"realtime\": 1184.175,\n \"date\": \"2023-01-01\",\n \"dayAhead\": 1730.5041,\n \"time\": 1672538400000,\n \"total\": \"5414.68\"\n },\n {\n \"longTerm\": 2500,\n \"realtime\": 286.58955,\n \"date\": \"2023-01-01\",\n \"dayAhead\": -1570.67264,\n \"time\": 1672542000000,\n \"total\": \"1215.92\"\n },\n {\n \"longTerm\": 2500,\n \"realtime\": 35.2062,\n \"date\": \"2023-01-01\",\n \"dayAhead\": 1675.51865,\n \"time\": 1672545600000,\n \"total\": \"4210.72\"\n },\n {\n \"longTerm\": 2500,\n \"realtime\": -60.34095,\n \"date\": \"2023-01-01\",\n \"dayAhead\": -1140.0818,\n \"time\": 1672549200000,\n \"total\": \"1299.58\"\n },\n {\n \"longTerm\": 2500,\n \"realtime\": -198.686925,\n \"date\": \"2023-01-01\",\n \"dayAhead\": 1396.2937,\n \"time\": 1672552800000,\n \"total\": \"3697.61\"\n },\n {\n \"longTerm\": 2500,\n \"realtime\": -306.533525,\n \"date\": \"2023-01-01\",\n \"dayAhead\": 1460.57557,\n \"time\": 1672556400000,\n \"total\": \"3654.04\"\n },\n {\n \"longTerm\": 2500,\n \"realtime\": -681.548,\n \"date\": \"2023-01-01\",\n \"dayAhead\": -1885.21872,\n \"time\": 1672560000000,\n \"total\": \"-66.77\"\n },\n {\n \"longTerm\": 2500,\n \"realtime\": -1400.30625,\n \"date\": \"2023-01-01\",\n \"dayAhead\": -1856.58219,\n \"time\": 1672563600000,\n \"total\": \"-756.89\"\n },\n {\n \"longTerm\": 2500,\n \"realtime\": -2094.8328,\n \"date\": \"2023-01-01\",\n \"dayAhead\": 1510.8366,\n \"time\": 1672567200000,\n \"total\": \"1916.00\"\n },\n {\n \"longTerm\": 2500,\n \"realtime\": -2347.532775,\n \"date\": \"2023-01-01\",\n \"dayAhead\": -903.38881,\n \"time\": 1672570800000,\n \"total\": \"-750.92\"\n },\n {\n \"longTerm\": 2500,\n \"realtime\": -2390.047425,\n \"date\": \"2023-01-01\",\n \"dayAhead\": -552.279,\n \"time\": 1672574400000,\n \"total\": \"-442.33\"\n },\n {\n \"longTerm\": 2500,\n \"realtime\": -2415.5793,\n \"date\": \"2023-01-01\",\n \"dayAhead\": 455.63808,\n \"time\": 1672578000000,\n \"total\": \"540.06\"\n },\n {\n \"longTerm\": 2500,\n \"realtime\": -2128.93945,\n \"date\": \"2023-01-01\",\n \"dayAhead\": -329.5971,\n \"time\": 1672581600000,\n \"total\": \"41.46\"\n },\n {\n \"longTerm\": 2500,\n \"realtime\": -2179.9452,\n \"date\": \"2023-01-01\",\n \"dayAhead\": -162.45615,\n \"time\": 1672585200000,\n \"total\": \"157.60\"\n }\n ]\n }\n }\n}\n</script>\n\n<style scoped>\n#dataDiv {\n margin-top: 1%;\n width: 100%;\n height: calc(52vh);\n}\n/*表格*/\n.dataDiv /deep/ .el-table {\n background-color: transparent !important;\n color: white;\n}\n.dataDiv /deep/ .el-table, .el-table__expanded-cell {\n background-color: transparent;\n}\n.dataDiv/deep/ .el-table tr {\n background-color: transparent!important;\n}\n.dataDiv /deep/ .el-table--enable-row-transition .el-table__body td, .el-table .cell{\n background-color: transparent;\n}\n.dataDiv /deep/.el-table tbody tr:hover > td {\n background-color: transparent !important;\n}\n</style>\n"]}]}
|