Merge pull request #46 from mrdong916/master

链接增加排序
pull/48/head
John Niang 2019-09-19 00:19:58 +08:00 committed by GitHub
commit 592547b996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -29,6 +29,12 @@
>
<a-input v-model="link.team" />
</a-form-item>
<a-form-item label="排序编号:">
<a-input
type="number"
v-model="link.priority"
/>
</a-form-item>
<a-form-item label="描述:">
<a-input
type="textarea"
@ -129,6 +135,10 @@ const columns = [
title: '分组',
dataIndex: 'team'
},
{
title: '排序',
dataIndex: 'priority'
},
{
title: '操作',
key: 'action',