1c26be44cf40e4bed78df52db932882c.json 3.4 KB

1
  1. {"remainingRequest":"E:\\item\\newItem\\admin\\node_modules\\babel-loader\\lib\\index.js!E:\\item\\newItem\\admin\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!E:\\item\\newItem\\admin\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!E:\\item\\newItem\\admin\\node_modules\\iview-loader\\index.js??ref--0-2!E:\\item\\newItem\\admin\\src\\pages\\order\\orderList\\components\\tableExpand.vue?vue&type=script&lang=js&","dependencies":[{"path":"E:\\item\\newItem\\admin\\src\\pages\\order\\orderList\\components\\tableExpand.vue","mtime":1677828270224},{"path":"E:\\item\\newItem\\admin\\babel.config.js","mtime":1677828270071},{"path":"E:\\item\\newItem\\admin\\.babelrc","mtime":1677828270070},{"path":"E:\\item\\newItem\\admin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\item\\newItem\\admin\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"E:\\item\\newItem\\admin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\item\\newItem\\admin\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000},{"path":"E:\\item\\newItem\\admin\\node_modules\\iview-loader\\index.js","mtime":1570440814000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KZXhwb3J0IGRlZmF1bHQgewogIG5hbWU6ICd0YWJsZS1leHBhbmQnLAogIHByb3BzOiB7CiAgICByb3c6IE9iamVjdAogIH0KfTs="},{"version":3,"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsCA;EACAA,oBADA;EAEAC;IACAC;EADA;AAFA","names":["name","props","row"],"sourceRoot":"src/pages/order/orderList/components","sources":["tableExpand.vue"],"sourcesContent":["<template>\r\n <div class=\"expand\">\r\n <Row class=\"expand-row\">\r\n <Col span=\"6\">\r\n <span class=\"expand-key\">商品总价:</span>\r\n <span class=\"expand-value\" v-text=\"row.total_price\"></span>\r\n </Col>\r\n <Col span=\"6\">\r\n <span class=\"expand-key\">下单时间:</span>\r\n <span class=\"expand-value\" v-text=\"row.add_time\"></span>\r\n </Col>\r\n <Col span=\"6\">\r\n <span class=\"expand-key\">推广人:</span>\r\n <span class=\"expand-value\" v-text=\"row.spread_nickname ? row.spread_nickname : '无'\"></span>\r\n </Col>\r\n <Col span=\"6\">\r\n <span class=\"expand-key\">事业部:</span>\r\n <span class=\"expand-value\" v-text=\"row.division_name ? row.division_name : '无'\"></span>\r\n </Col>\r\n </Row>\r\n <Row>\r\n <Col span=\"6\">\r\n <span class=\"expand-key\">用户备注:</span>\r\n <span class=\"expand-value\" v-text=\"row.mark ? row.mark : '无'\"></span>\r\n </Col>\r\n <Col span=\"6\">\r\n <span class=\"expand-key\">商家备注:</span>\r\n <span class=\"expand-value\" v-text=\"row.remark ? row.remark : '无'\"></span>\r\n </Col>\r\n <Col span=\"6\">\r\n <span class=\"expand-key\">核销码:</span>\r\n <span class=\"expand-value\" v-text=\"row.verify_code ? row.verify_code : '无'\"></span>\r\n </Col>\r\n </Row>\r\n </div>\r\n</template>\r\n\r\n<script>\r\nexport default {\r\n name: 'table-expand',\r\n props: {\r\n row: Object,\r\n },\r\n};\r\n</script>\r\n\r\n<style scoped>\r\n.expand {\r\n padding-left: 50px;\r\n}\r\n.expand-row {\r\n margin-bottom: 16px;\r\n}\r\n</style>\r\n"]}]}