{"remainingRequest":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\yhxt-web\\src\\views\\statisticalReport\\DialyMainCompletionStatistics.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\yhxt-web\\src\\views\\statisticalReport\\DialyMainCompletionStatistics.vue","mtime":1679681639256},{"path":"D:\\jenkins\\workspace\\yhxt-web\\babel.config.js","mtime":1667326389982},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\babel-loader\\lib\\index.js","mtime":456789000000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport TableConfig from \"./components/TableConfig.vue\";\nimport utils from '@/utils'; // thousandBit格式化千分位\nexport default {\n name: 'maintenancePatrolStatistics',\n components: {\n TableConfig: TableConfig\n },\n data: function data() {\n return {\n configData: {\n table: [{\n label: '路段名称',\n value: 'roadName'\n }, {\n label: '病害上报总数',\n value: 'deseasaCount'\n }, {\n label: '病害完成数量',\n value: 'eseasaFinishCount'\n }, {\n label: '验收数量',\n value: 'finishCount',\n format: true,\n count: function count(val) {\n return utils.thousandBit(val);\n }\n }, {\n label: '当前任务单下达总数',\n value: 'issuedCount'\n }, {\n label: '当前任务单下达金额',\n value: 'issuedMoney',\n format: true,\n count: function count(val) {\n return utils.thousandBit(val);\n }\n }, {\n label: '当前施工完成数量',\n value: 'workCount',\n format: true,\n count: function count(val) {\n return utils.thousandBit(val);\n }\n }, {\n label: '当前施工完成金额',\n value: 'workMoney',\n format: true,\n count: function count(val) {\n return utils.thousandBit(val);\n }\n }],\n api: 'workOrderInformation/v1/workReport'\n }\n };\n }\n};",null]}