1 |
- {"remainingRequest":"/Users/lihai/jolijoli/pad_spa/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!/Users/lihai/jolijoli/pad_spa/node_modules/cache-loader/dist/cjs.js??ref--0-0!/Users/lihai/jolijoli/pad_spa/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/lihai/jolijoli/pad_spa/src/pages/home/index.vue?vue&type=template&id=5b685826&scoped=true&","dependencies":[{"path":"/Users/lihai/jolijoli/pad_spa/src/pages/home/index.vue","mtime":1652154820245},{"path":"/Users/lihai/jolijoli/pad_spa/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/lihai/jolijoli/pad_spa/node_modules/vue-loader/lib/loaders/templateLoader.js","mtime":499162500000},{"path":"/Users/lihai/jolijoli/pad_spa/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/lihai/jolijoli/pad_spa/node_modules/vue-loader/lib/index.js","mtime":499162500000}],"contextDependencies":[],"result":["var render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"home\" }, [\n _c(\n \"div\",\n { staticClass: \"tab\" },\n _vm._l(_vm.tabList, function(item) {\n return _c(\"div\", { staticClass: \"make-order\" }, [\n _c(\"div\", { staticClass: \"make-icon\" }, [\n _c(\"img\", { attrs: { src: item.image } })\n ]),\n _c(\"div\", { staticClass: \"make-tips\" }, [\n _c(\"div\", { staticClass: \"make-num\" }, [_vm._v(_vm._s(item.num))]),\n _c(\"div\", { staticClass: \"make-name\" }, [_vm._v(_vm._s(item.name))])\n ])\n ])\n }),\n 0\n ),\n _c(\"div\", { staticClass: \"order-list\" }, [\n _c(\"div\", { staticClass: \"title\" }, [_vm._v(\"预约订单列表\")]),\n _c(\n \"div\",\n { staticClass: \"list-info\" },\n _vm._l(_vm.orderList, function(item, index) {\n return _c(\n \"div\",\n {\n staticClass: \"user-info\",\n style:\n index == _vm.orderList.length - 1 ? \"border-bottom:0px\" : \"\"\n },\n [\n _c(\"div\", { staticClass: \"head-img\" }, [\n _c(\"div\", { staticClass: \"new\" }, [_vm._v(\"新\")]),\n _c(\"img\", { attrs: { src: item.img, alt: \"\" } })\n ]),\n _c(\"div\", { staticClass: \"user-information\" }, [\n _c(\"div\", { staticClass: \"name\" }, [\n _vm._v(\"客户昵称:\"),\n _c(\"span\", [_vm._v(_vm._s(item.name))])\n ]),\n _c(\"div\", { staticClass: \"name\" }, [\n _vm._v(\"预约项目时间:\"),\n _c(\"span\", [_vm._v(_vm._s(item.ts))])\n ]),\n _c(\"div\", { staticClass: \"name\" }, [\n _vm._v(\"预约项目数量:\"),\n _c(\"span\", [_vm._v(_vm._s(item.num))])\n ])\n ]),\n _c(\n \"ul\",\n { staticClass: \"product-list\" },\n _vm._l(item.imgList, function(value) {\n return _c(\"li\", { staticClass: \"product-image\" }, [\n _c(\"img\", { attrs: { src: value, alt: \"\" } })\n ])\n }),\n 0\n ),\n _c(\"div\", { staticClass: \"status\" }, [\n _vm._v(\"\\n \" + _vm._s(item.status) + \"\\n \")\n ])\n ]\n )\n }),\n 0\n )\n ])\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]}
|