上一页 1 ··· 3 4 5 6 7 8 9 下一页
摘要: http://www.c-lodop.com/LodopDemo.htmltitle = '每日订单汇总(接单员)'; $this->params['breadcrumbs'][] = ['label' => '订单管理', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?> ... 阅读全文
posted @ 2018-03-23 14:56 MR崔 阅读(411) 评论(0) 推荐(0)
摘要: import Vue from 'vue' import Vuex from 'vuex' Vue.use(Vuex) export default new Vuex.Store({ state: { }, getters: { }, mutations: { }, actions: { changeTitl... 阅读全文
posted @ 2018-03-21 16:33 MR崔 阅读(1261) 评论(0) 推荐(0)
摘要: 发现问题: 阅读全文
posted @ 2018-03-21 15:38 MR崔 阅读(554) 评论(0) 推荐(0)
摘要: { "name": "booking", "version": "0.0.1", "description": "Booking System of Sandwich", "scripts": { "dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot --his... 阅读全文
posted @ 2018-03-15 20:28 MR崔 阅读(407) 评论(0) 推荐(0)
摘要: //console.log(this.shopCart) 阅读全文
posted @ 2018-03-14 18:55 MR崔 阅读(459) 评论(0) 推荐(0)
摘要: {{sendCodeMsg}} {{time}} ... 阅读全文
posted @ 2018-03-01 14:05 MR崔 阅读(253) 评论(0) 推荐(0)
摘要: {{shopCart.number}} ¥{{shopCart.price}} ... 阅读全文
posted @ 2018-02-27 15:16 MR崔 阅读(338) 评论(0) 推荐(0)
摘要: 缴费记录 0" > 缴费时间 {{item.create_time}} ... 阅读全文
posted @ 2018-02-27 15:10 MR崔 阅读(298) 评论(0) 推荐(0)
摘要: {{sendCodeMsg}} {{time}} ... 阅读全文
posted @ 2018-02-27 15:08 MR崔 阅读(515) 评论(0) 推荐(0)
摘要: 以后这种需求不需要通过路由传参数,通过VUE-x 来存取<template> <div> <form-preview header-label="缴费信息" :header-value="payMoney" :body-items="orderInfo"></form-preview> <div c 阅读全文
posted @ 2018-02-27 15:08 MR崔 阅读(320) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 下一页