60b625b3eb683e2a831f4ddb1a0290f0.json 2.8 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\\product\\productList\\tableExpand.vue?vue&type=script&lang=js&","dependencies":[{"path":"E:\\item\\newItem\\admin\\src\\pages\\product\\productList\\tableExpand.vue","mtime":1677828270229},{"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:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KZXhwb3J0IGRlZmF1bHQgewogIHByb3BzOiB7CiAgICByb3c6IE9iamVjdAogIH0KfTs="},{"version":3,"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkCA;EACAA;IACAC;EADA;AADA","names":["props","row"],"sourceRoot":"src/pages/product/productList","sources":["tableExpand.vue"],"sourcesContent":["<template>\r\n <div>\r\n <Row class=\"expand-row\">\r\n <Col span=\"8\">\r\n <span class=\"expand-key\">商品分类:</span>\r\n <span class=\"expand-value\">{{ row.cate_name }}</span>\r\n </Col>\r\n <Col span=\"8\">\r\n <span class=\"expand-key\">商品市场价格:</span>\r\n <span class=\"expand-value\">{{ row.ot_price }}</span>\r\n </Col>\r\n <Col span=\"8\">\r\n <span class=\"expand-key\">成本价:</span>\r\n <span class=\"expand-value\">{{ row.cost }}</span>\r\n </Col>\r\n </Row>\r\n <Row class=\"expand-row\">\r\n <Col span=\"8\">\r\n <span class=\"expand-key\">收藏:</span>\r\n <span class=\"expand-value\">{{ row.collect }}</span>\r\n </Col>\r\n <Col span=\"8\">\r\n <span class=\"expand-key\">虚拟销量:</span>\r\n <span class=\"expand-value\">{{ row.ficti }}</span>\r\n </Col>\r\n </Row>\r\n </div>\r\n</template>\r\n<style scoped>\r\n.expand-row {\r\n margin-bottom: 16px;\r\n}\r\n</style>\r\n<script>\r\nexport default {\r\n props: {\r\n row: Object,\r\n },\r\n};\r\n</script>\r\n"]}]}