{"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\\eslint-loader\\index.js??ref--13-0!D:\\jenkins\\workspace\\yhxt-web\\src\\views\\specialProjectManagement\\mixins\\flowStatus.js","dependencies":[{"path":"D:\\jenkins\\workspace\\yhxt-web\\src\\views\\specialProjectManagement\\mixins\\flowStatus.js","mtime":1714500819515},{"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\\eslint-loader\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import \"core-js/modules/es7.array.includes\";\nimport \"core-js/modules/es6.string.includes\";\nimport \"core-js/modules/web.dom.iterable\";\n/**\r\n * @Description: 专项工程搜索流程审核状态 \r\n * @Date: 2024年4月7日\r\n */\n\nexport var flowStatus = {\n data: function data() {\n return {\n flowStatusOptions: [{\n label: '待发起',\n value: [0]\n }, {\n label: '审核中',\n value: [1]\n }, {\n label: '已完成',\n value: [2]\n }]\n };\n },\n created: function created() {},\n methods: {\n getStatusDictName: function getStatusDictName(value) {\n var label = '-';\n this.flowStatusOptions.forEach(function (item) {\n if (item.value.includes(value)) {\n label = item.label;\n }\n });\n return label;\n }\n }\n};",null]}