wip
This commit is contained in:
parent
fac2319826
commit
6fd0fb353b
|
|
@ -20,5 +20,5 @@ return [
|
|||
'address' => 'Address',
|
||||
'enter_city' => 'Enter city',
|
||||
'post_code' => 'Post Code',
|
||||
'default' => 'Default Address',
|
||||
'default' => 'Default',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -57,8 +57,8 @@
|
|||
</el-switch>
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
<el-button type="primary" @click="addressFormSubmit('addressForm')">{{ __('common.save') }}"</el-button>
|
||||
<el-button @click="closeAddressDialog('addressForm')">{{ __('common.cancel') }}"</el-button>
|
||||
<el-button type="primary" @click="addressFormSubmit('addressForm')">{{ __('common.save') }}</el-button>
|
||||
<el-button @click="closeAddressDialog('addressForm')">{{ __('common.cancel') }}</el-button>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
</el-dialog>
|
||||
Loading…
Reference in New Issue