Commit 06c5bd12 authored by 琉璃丶c's avatar 琉璃丶c

Merge remote-tracking branch 'origin/master'

parents afb21c13 edef0fd3
......@@ -10,6 +10,7 @@ import HighSearch from './components/HighSearch.vue'
import {getFormateDate} from '@/utils/common'
import myInvoiceList from './myInvoiceList.vue'
import invoiecDetail from './invoiecDetail.vue'
import { bridge } from "@/utils";
export default {
name: 'MyInvoice',
components: {
......
......@@ -33,6 +33,7 @@
import myOrderList from './myOrderList.vue'
import HighSearch from './components/HighSearch.vue'
import {getFormateDate} from '@/utils/common'
import { bridge } from "@/utils";
const allTabsTitle = [
{title: '全部', name: 'all'},
{title: '已开单', name: 'billing'},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment