hz-zhhq-web/node_modules/.cache/babel-loader/e04b99b9ec4693e159bfb434261...

1 line
5.2 KiB
JSON
Raw Normal View History

2025-02-25 13:43:48 +08:00
{"remainingRequest":"E:\\hz-zhhq-web\\node_modules\\thread-loader\\dist\\cjs.js!E:\\hz-zhhq-web\\node_modules\\babel-loader\\lib\\index.js!E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!E:\\hz-zhhq-web\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!E:\\hz-zhhq-web\\src\\views\\appStat\\depUseStat.vue?vue&type=script&lang=js","dependencies":[{"path":"E:\\hz-zhhq-web\\src\\views\\appStat\\depUseStat.vue","mtime":1737610069401},{"path":"E:\\hz-zhhq-web\\babel.config.js","mtime":1737610069371},{"path":"E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\hz-zhhq-web\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\hz-zhhq-web\\node_modules\\babel-loader\\lib\\index.js","mtime":456789000000},{"path":"E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\hz-zhhq-web\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import _defineProperty from \"E:/hz-zhhq-web/node_modules/@babel/runtime/helpers/esm/defineProperty.js\";\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport moment from \"moment\";\nimport { deleteLog, DepUseStat, Own } from \"@/api/getdata\";\nexport default {\n components: {},\n data: function data() {\n return {\n loading: false,\n //初始化loading\n loadingMsg: \"\",\n formInline: {\n stateTime: \"\",\n endTime: \"\"\n },\n tableData: [],\n tableCols: [_defineProperty(_defineProperty({\n type: \"normal\",\n is_show: true,\n minWidth: \"150\",\n prop: \"code\",\n label: \"序号\",\n align: \"center\"\n }, \"minWidth\", \"60\"), \"sortable\", false), {\n type: \"normal\",\n is_show: true,\n prop: \"name\",\n label: \"部门\",\n minWidth: \"110\"\n // sortable: true\n /* align:'right'*/\n }, {\n type: \"normal\",\n is_show: true,\n minWidth: \"120\",\n prop: \"bnum\",\n label: \"部门人数\"\n // sortable: true\n }, {\n type: \"normal\",\n is_show: true,\n minWidth: \"110\",\n prop: \"anum\",\n label: \"APP使用人数\"\n // sortable: true\n }, {\n type: \"normal\",\n is_show: true,\n minWidth: \"120\",\n prop: \"zb\",\n label: \"使用人数占比(%)\"\n // sortable: true\n }]\n };\n },\n mounted: function mounted() {\n // console.log(moment,50)\n this.createLoad();\n this.getlist();\n },\n methods: {\n createLoad: function createLoad() {\n this.loading = true;\n this.loadingMsg = \"加载中...\";\n },\n clearLoad: function clearLoad() {\n this.loading = false;\n this.loadingMsg = \"\";\n },\n onOut: function onOut() {\n var _this = this;\n Own().then(function (res) {\n if (res.returnCode === \"1\") {\n var a = _this.formInline.stateTime ? _this.formInline.stateTime : \"\";\n var b = _this.formInline.endTime ? _this.formInline.endTime : \"\";\n var str = \"beginDate=\" + a + \"&endDate=\" + b;\n // let url = \"http://192.168.43.122:8080/greenH5/greenWebmodul/rest/greenAppLogStat/exportByExcelFb?\" + str;\n var url = \"/greenH5/greenWebmodul/rest/greenAppLogStat/exportByExcelFb?\" + str;\n console.log(url, 241);\n window.location.href = url;\n }\n });\n },\n onSubmit: function onSubmit() {\n this.createLoad();\n this.getlist();\n },\n currentChanges: function currentChanges(val) {\n this.createLoad();\n this.getlist();\n },\n getlist: function getlist() {\n var _this2 = this