{"remainingRequest":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\ljzc-fvue\\src\\views\\HomePage\\components\\OperatingAssets.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\src\\views\\HomePage\\components\\OperatingAssets.vue","mtime":1701943659893},{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["//\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 * as echarts from 'echarts';\nimport PublicTitle from '@/components/PublicTitle/index';\nexport default {\n name: 'OperatingAssets',\n // 经营性资产\n components: {\n PublicTitle: PublicTitle\n },\n data: function data() {\n return {};\n },\n created: function created() {},\n mounted: function mounted() {\n this.initChat();\n },\n methods: {\n initChat: function initChat() {\n var chartDom = echarts.init(document.getElementById('oriented-chart'));\n var option = {\n tooltip: {\n trigger: 'axis',\n axisPointer: {\n // 坐标轴指示器,坐标轴触发有效\n type: 'shadow' // 默认为直线,可选为:'line' | 'shadow'\n\n }\n },\n legend: {\n data: ['账面净值', '面积'],\n align: 'left',\n padding: [20, 0, 0, 0]\n },\n grid: {\n left: '1%',\n right: '1%',\n bottom: '3%',\n containLabel: true\n },\n xAxis: [{\n type: 'category',\n data: ['自用', '出租', '出借', '闲置', '被占用', '被占用'],\n axisTick: {\n show: false\n },\n axisLine: {\n show: true,\n lineStyle: {\n color: '#A1A9B2' // 浅灰色\n\n }\n },\n axisLabel: {// fontSize: this.getSize() //设置坐标轴文本标签的字体大小\n }\n }],\n yAxis: [{\n type: 'value',\n name: '单位:万元',\n axisLabel: {\n formatter: '{value}'\n },\n splitLine: {\n show: false\n },\n axisLine: {\n show: true,\n lineStyle: {\n color: '#A1A9B2' // 浅灰色\n\n }\n }\n }, {\n type: 'value',\n name: '单位:㎡',\n axisLabel: {\n formatter: '{value}'\n },\n position: 'right',\n splitLine: {\n show: false\n },\n axisLine: {\n show: true,\n lineStyle: {\n color: '#A1A9B2' // 浅灰色\n\n }\n }\n }],\n series: [{\n name: '包租费',\n type: 'bar',\n data: [348756, 1022565, 454852, 889785, 15456, 825856],\n barWidth: '15',\n yAxisIndex: 0,\n itemStyle: {\n color: {\n type: 'linear',\n x: 0,\n y: 0,\n x2: 0,\n y2: 1,\n colorStops: [{\n offset: 0,\n color: '#55EDB0' // 渐变起始颜色(绿色)\n\n }, {\n offset: 1,\n color: 'rgba(85,237,176,0.2)' // 渐变结束颜色(深绿色)\n\n }]\n },\n borderRadius: [3, 3, 0, 0] // 设置圆角大小\n\n }\n }, {\n name: '装修费',\n type: 'bar',\n data: [948756, 1322565, 754852, 999786, 255456, 1125856],\n barWidth: '15',\n yAxisIndex: 1,\n itemStyle: {\n color: {\n type: 'linear',\n x: 0,\n y: 0,\n x2: 0,\n y2: 1,\n colorStops: [{\n offset: 0,\n color: '#8AC4FF' // 渐变起始颜色(绿色)\n\n }, {\n offset: 1,\n color: 'rgba(51,153,255,0.2)' // 渐变结束颜色(深绿色)\n\n }]\n },\n borderRadius: [3, 3, 0, 0] // 设置圆角大小\n\n }\n }]\n };\n chartDom.setOption(option);\n window.addEventListener('resize', function () {\n chartDom.resize();\n });\n }\n }\n};",null]}