芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/resources/scripts/admin/stub/customer.js
import addressStub from '@/scripts/admin/stub/address.js' export default function () { return { name: '', contact_name: '', email: '', phone: null, password: '', confirm_password:'', currency_id: null, website: null, billing: { ...addressStub }, shipping: { ...addressStub }, customFields: [], fields: [], enable_portal: false, } }