{"remainingRequest":"D:\\jenkins\\workspace\\reform-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\reform-fvue\\src\\views\\BigScreen\\components\\innerTables\\reportHistory.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\reform-fvue\\src\\views\\BigScreen\\components\\innerTables\\reportHistory.vue","mtime":1681724619618},{"path":"D:\\jenkins\\workspace\\reform-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\reform-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\reform-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//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\r\nimport EasyDialog from '@/views/BigScreen/components/easy-dialog/index.vue'\r\nimport pagenation from './pagenation.vue'\r\nimport dialogComponents from '@/views/BigScreen/js/dialog_components.js'\r\nimport dialogConfig from '@/views/BigScreen/js/DistrictReformDialogConfig.js'\r\nexport default {\r\n components: {\r\n EasyDialog,\r\n pagenation,\r\n ...dialogComponents,\r\n },\r\n props: {\r\n tableOptions: {\r\n type: Object,\r\n default: () => {\r\n return {}\r\n },\r\n },\r\n },\r\n data() {\r\n return {\r\n showEasy: false,\r\n currentTabComponent: '',\r\n dialogOption: {\r\n dialogTitle: '',\r\n width: '50%',\r\n },\r\n tempTableOptions: null,\r\n tableData: [\r\n {\r\n id: 1,\r\n seasonReport: '一季度总报告',\r\n reformReport: '一季度改革满意度报告',\r\n },\r\n {\r\n id: 2,\r\n seasonReport: '二季度总报告',\r\n reformReport: '二季度改革满意度报告',\r\n },\r\n {\r\n id: 3,\r\n seasonReport: '三季度总报告',\r\n reformReport: '三季度改革满意度报告',\r\n },\r\n {\r\n id: 4,\r\n seasonReport: '四季度总报告',\r\n reformReport: '四季度改革满意度报告',\r\n },\r\n ],\r\n }\r\n },\r\n methods: {\r\n handleOpen(type) {\r\n this.currentTabComponent = dialogConfig.dialogOption[type]\r\n .componentName\r\n ? dialogConfig.dialogOption[type].componentName\r\n : type // 动态组件名称\r\n this.tempTableOptions = dialogConfig.dialogOption[type].dataOptions //table的查询参数\r\n this.dialogOption = dialogConfig.dialogOption[type].option //弹窗配置参数\r\n this.showEasy = true\r\n },\r\n },\r\n}\r\n",null]}