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\\gainEstimation.vue?vue&type=style&index=0&id=edaa055e&scoped=true&lang=css&","dependencies":[{"path":"D:\\test\\ssi-satoken\\ui\\src\\views\\largeScreen\\components\\gainEstimation.vue","mtime":1697096857281},{"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:CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgojZGF0YURpdiB7CiAgbWFyZ2luLXRvcDogMSU7CiAgd2lkdGg6IDEwMCU7CiAgaGVpZ2h0OiBjYWxjKDUydmgpOwp9Ci8q6KGo5qC8Ki8KLmRhdGFEaXYgL2RlZXAvIC5lbC10YWJsZSB7CiAgYmFja2dyb3VuZC1jb2xvcjogdHJhbnNwYXJlbnQgIWltcG9ydGFudDsKICBjb2xvcjogd2hpdGU7Cn0KLmRhdGFEaXYgL2RlZXAvICAuZWwtdGFibGUsIC5lbC10YWJsZV9fZXhwYW5kZWQtY2VsbCB7CiAgYmFja2dyb3VuZC1jb2xvcjogdHJhbnNwYXJlbnQ7Cn0KLmRhdGFEaXYvZGVlcC8gLmVsLXRhYmxlIHRyIHsKICBiYWNrZ3JvdW5kLWNvbG9yOiB0cmFuc3BhcmVudCFpbXBvcnRhbnQ7Cn0KLmRhdGFEaXYgL2RlZXAvICAuZWwtdGFibGUtLWVuYWJsZS1yb3ctdHJhbnNpdGlvbiAuZWwtdGFibGVfX2JvZHkgdGQsIC5lbC10YWJsZSAuY2VsbHsKICBiYWNrZ3JvdW5kLWNvbG9yOiB0cmFuc3BhcmVudDsKfQouZGF0YURpdiAvZGVlcC8uZWwtdGFibGUgdGJvZHkgdHI6aG92ZXIgPiB0ZCB7CiAgYmFja2dyb3VuZC1jb2xvcjogdHJhbnNwYXJlbnQgIWltcG9ydGFudDsKfQo="},{"version":3,"sources":["gainEstimation.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgLA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"gainEstimation.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=\"dayAhead\"/>\n </el-table>\n </div>\n</template>\n\n<script>\nexport default {\n data() {\n return{\n gridData: [{\n \"longTerm\": 2500,\n \"realtime\": 5025.631875,\n \"date\": \"2023-01-01\",\n \"dayAhead\": 622.545,\n \"time\": 1672502400000\n }, {\n \"longTerm\": 2500,\n \"realtime\": 2586.82935,\n \"date\": \"2023-01-01\",\n \"dayAhead\": 307.1523,\n \"time\": 1672506000000\n }, {\n \"longTerm\": 2500,\n \"realtime\": 3932.088775,\n \"date\": \"2023-01-01\",\n \"dayAhead\": -92.1564,\n \"time\": 1672509600000\n }, {\n \"longTerm\": 2500,\n \"realtime\": 1831.429575,\n \"date\": \"2023-01-01\",\n \"dayAhead\": 7.20546,\n \"time\": 1672513200000\n }, {\n \"longTerm\": 2500,\n \"realtime\": -178.0932,\n \"date\": \"2023-01-01\",\n \"dayAhead\": 176.5565,\n \"time\": 1672516800000\n }, {\n \"longTerm\": 2500,\n \"realtime\": 645.88365,\n \"date\": \"2023-01-01\",\n \"dayAhead\": 233.7522,\n \"time\": 1672520400000\n }, {\n \"longTerm\": 2500,\n \"realtime\": 2953.1019,\n \"date\": \"2023-01-01\",\n \"dayAhead\": -148.49814,\n \"time\": 1672524000000\n }, {\n \"longTerm\": 2500,\n \"realtime\": 4085.39835,\n \"date\": \"2023-01-01\",\n \"dayAhead\": -449.28384,\n \"time\": 1672527600000\n }, {\n \"longTerm\": 2500,\n \"realtime\": 4582.1421,\n \"date\": \"2023-01-01\",\n \"dayAhead\": 968.576,\n \"time\": 1672531200000\n }, {\n \"longTerm\": 2500,\n \"realtime\": 5051.7896,\n \"date\": \"2023-01-01\",\n \"dayAhead\": 1664.712,\n \"time\": 1672534800000\n }, {\n \"longTerm\": 2500,\n \"realtime\": 1184.175,\n \"date\": \"2023-01-01\",\n \"dayAhead\": 1730.5041,\n \"time\": 1672538400000\n }, {\n \"longTerm\": 2500,\n \"realtime\": 286.58955,\n \"date\": \"2023-01-01\",\n \"dayAhead\": -1570.67264,\n \"time\": 1672542000000\n }, {\n \"longTerm\": 2500,\n \"realtime\": 35.2062,\n \"date\": \"2023-01-01\",\n \"dayAhead\": 1675.51865,\n \"time\": 1672545600000\n }, {\n \"longTerm\": 2500,\n \"realtime\": -60.34095,\n \"date\": \"2023-01-01\",\n \"dayAhead\": -1140.0818,\n \"time\": 1672549200000\n }, {\n \"longTerm\": 2500,\n \"realtime\": -198.686925,\n \"date\": \"2023-01-01\",\n \"dayAhead\": 1396.2937,\n \"time\": 1672552800000\n }, {\n \"longTerm\": 2500,\n \"realtime\": -306.533525,\n \"date\": \"2023-01-01\",\n \"dayAhead\": 1460.57557,\n \"time\": 1672556400000\n }, {\n \"longTerm\": 2500,\n \"realtime\": -681.548,\n \"date\": \"2023-01-01\",\n \"dayAhead\": -1885.21872,\n \"time\": 1672560000000\n }, {\n \"longTerm\": 2500,\n \"realtime\": -1400.30625,\n \"date\": \"2023-01-01\",\n \"dayAhead\": -1856.58219,\n \"time\": 1672563600000\n }, {\n \"longTerm\": 2500,\n \"realtime\": -2094.8328,\n \"date\": \"2023-01-01\",\n \"dayAhead\": 1510.8366,\n \"time\": 1672567200000\n }, {\n \"longTerm\": 2500,\n \"realtime\": -2347.532775,\n \"date\": \"2023-01-01\",\n \"dayAhead\": -903.38881,\n \"time\": 1672570800000\n }, {\n \"longTerm\": 2500,\n \"realtime\": -2390.047425,\n \"date\": \"2023-01-01\",\n \"dayAhead\": -552.279,\n \"time\": 1672574400000\n }, {\n \"longTerm\": 2500,\n \"realtime\": -2415.5793,\n \"date\": \"2023-01-01\",\n \"dayAhead\": 455.63808,\n \"time\": 1672578000000\n }, {\n \"longTerm\": 2500,\n \"realtime\": -2128.93945,\n \"date\": \"2023-01-01\",\n \"dayAhead\": -329.5971,\n \"time\": 1672581600000\n }, {\n \"longTerm\": 2500,\n \"realtime\": -2179.9452,\n \"date\": \"2023-01-01\",\n \"dayAhead\": -162.45615,\n \"time\": 1672585200000\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"]}]}
|