{"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\\SpecialPayList.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\yhxt-web\\src\\views\\statisticalReport\\SpecialPayList.vue","mtime":1679854436237},{"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":315532800000},{"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//\nimport TableConfig from \"./components/TableConfig.vue\";\nimport utils from '@/utils'; // thousandBit格式化千分位\n\nvar BigNumber = require('bignumber.js');\n\nexport default {\n name: 'dailyMainEngPayStatistics',\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: 'projectName'\n }, {\n label: '计量金额',\n value: 'payMoney'\n }, {\n label: '计量比例',\n value: 'payRate',\n format: true,\n count: function count(val) {\n return new BigNumber(val).times(100) + '%';\n }\n }, {\n label: '项目金额',\n value: 'projectMoney',\n format: true,\n count: function count(val) {\n return utils.thousandBit(val);\n }\n }],\n api: 'bizEngineeringProject/v1/moneyListReport'\n }\n };\n }\n};",null]}