链接增加排序

pull/46/head
mrdong916 2019-09-19 00:09:07 +08:00
parent 652398b14e
commit add16cece3
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',