| 1 |
- {"remainingRequest":"C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\src\\pages\\order\\orderList\\index.vue?vue&type=style&index=0&id=c5630b0c&lang=scss&scoped=true","dependencies":[{"path":"C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\src\\pages\\order\\orderList\\index.vue","mtime":1761185180151},{"path":"C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\css-loader\\index.js","mtime":499162500000},{"path":"C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\vue-loader\\lib\\loaders\\stylePostLoader.js","mtime":499162500000},{"path":"C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\postcss-loader\\src\\index.js","mtime":499162500000},{"path":"C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\sass-loader\\dist\\cjs.js","mtime":499162500000},{"path":"C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:DQoucHJvZHVjdF90YWJzIDo6di1kZWVwIC5pdnUtdGFicy1iYXIgew0KICBtYXJnaW4tYm90dG9tOiAwcHggIWltcG9ydGFudDsNCn0NCi5wcm9kdWN0X3RhYnMgOjp2LWRlZXAgLml2dS1wYWdlLWhlYWRlci1jb250ZW50IHsNCiAgbWFyZ2luLWJvdHRvbTogMHB4ICFpbXBvcnRhbnQ7DQp9DQoucHJvZHVjdF90YWJzIDo6di1kZWVwIC5pdnUtcGFnZS1oZWFkZXItYnJlYWRjcnVtYiB7DQogIG1hcmdpbi1ib3R0b206IDBweCAhaW1wb3J0YW50Ow0KfQ0KOjp2LWRlZXAgLmVsLWJhZGdlX19jb250ZW50LmlzLWZpeGVkIHsNCiAgdG9wOiA3cHg7DQp9DQo="},{"version":3,"sources":["index.vue"],"names":[],"mappings":";AA8FA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"index.vue","sourceRoot":"src/pages/order/orderList","sourcesContent":["<template>\r\n <div>\r\n <product-list-details ref=\"productlist\"></product-list-details>\r\n </div>\r\n</template>\r\n\r\n<script>\r\nimport productListDetails from './orderListDetails';\r\nimport { mapMutations } from 'vuex';\r\nexport default {\r\n name: 'list',\r\n components: {\r\n productListDetails,\r\n },\r\n data() {\r\n return {\r\n tabs: [\r\n {\r\n type: '',\r\n label: '全部订单',\r\n value: Number(this.tablists?.all) || 0,\r\n max: 999999,\r\n },\r\n {\r\n type: '1',\r\n label: '普通订单',\r\n value: Number(this.tablists?.general) || 0,\r\n max: 999999,\r\n },\r\n {\r\n type: '2',\r\n label: '拼团订单',\r\n value: Number(this.tablists?.pink) || 0,\r\n max: 999999,\r\n },\r\n {\r\n type: '3',\r\n label: '秒杀订单',\r\n value: Number(this.tablists?.seckill) || 0,\r\n max: 999999,\r\n },\r\n {\r\n type: '4',\r\n label: '砍价订单',\r\n value: Number(this.tablists?.bargain) || 0,\r\n max: 999999,\r\n },\r\n {\r\n type: '5',\r\n label: '预售订单',\r\n value: Number(this.tablists?.advance) || 0,\r\n max: 999999,\r\n },\r\n ],\r\n spinShow: false,\r\n currentTab: '',\r\n data: [],\r\n tablists: null,\r\n };\r\n },\r\n created() {\r\n this.getOrderType('');\r\n this.getOrderStatus('');\r\n this.getOrderTime('');\r\n this.getOrderNum('');\r\n this.getfieldKey('');\r\n this.getisDelIdListl('');\r\n this.getIsDel(1);\r\n },\r\n beforeDestroy() {\r\n this.getOrderType('');\r\n this.getOrderStatus('');\r\n this.getOrderTime('');\r\n this.getOrderNum('');\r\n this.getfieldKey('');\r\n this.getisDelIdListl('');\r\n this.getIsDel(1);\r\n },\r\n mounted() {},\r\n methods: {\r\n ...mapMutations('order', [\r\n 'getOrderStatus',\r\n 'getOrderTime',\r\n 'getOrderNum',\r\n 'getfieldKey',\r\n 'getOrderType',\r\n 'getisDelIdListl',\r\n 'getIsDel',\r\n // 'onChangeChart'\r\n ]),\r\n },\r\n};\r\n</script>\r\n<style lang=\"scss\" scoped>\r\n.product_tabs ::v-deep .ivu-tabs-bar {\r\n margin-bottom: 0px !important;\r\n}\r\n.product_tabs ::v-deep .ivu-page-header-content {\r\n margin-bottom: 0px !important;\r\n}\r\n.product_tabs ::v-deep .ivu-page-header-breadcrumb {\r\n margin-bottom: 0px !important;\r\n}\r\n::v-deep .el-badge__content.is-fixed {\r\n top: 7px;\r\n}\r\n</style>\r\n"]}]}
|