style: move Currency column after Cost column
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
0e2cad101d
commit
e568d55760
2 changed files with 10 additions and 10 deletions
|
|
@ -80,13 +80,6 @@ window.app.component('shipping-zones-list', {
|
|||
field: 'countries',
|
||||
sortable: true
|
||||
},
|
||||
{
|
||||
name: 'currency',
|
||||
align: 'left',
|
||||
label: 'Currency',
|
||||
field: 'currency',
|
||||
sortable: true
|
||||
},
|
||||
{
|
||||
name: 'cost',
|
||||
align: 'left',
|
||||
|
|
@ -94,6 +87,13 @@ window.app.component('shipping-zones-list', {
|
|||
field: 'cost',
|
||||
sortable: true
|
||||
},
|
||||
{
|
||||
name: 'currency',
|
||||
align: 'left',
|
||||
label: 'Currency',
|
||||
field: 'currency',
|
||||
sortable: true
|
||||
},
|
||||
{
|
||||
name: 'actions',
|
||||
align: 'right',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue