Change menu sort to priority.

pull/9/head
ruibaby 2019-04-27 20:52:50 +08:00
parent 6384fdeb82
commit 8daeaa2b42
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
<a-form-item label="排序编号:">
<a-input
type="number"
v-model="menuToCreate.sort"
v-model="menuToCreate.priority"
/>
</a-form-item>
<a-form-item
@ -143,7 +143,7 @@ const columns = [
},
{
title: '排序',
dataIndex: 'sort'
dataIndex: 'priority'
},
{
title: '图标',