Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #46 from mrdong916/master
Browse files Browse the repository at this point in the history
链接增加排序
  • Loading branch information
JohnNiang authored Sep 18, 2019
2 parents 652398b + add16ce commit 592547b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/views/sheet/internal/LinkList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -129,6 +135,10 @@ const columns = [
title: '分组',
dataIndex: 'team'
},
{
title: '排序',
dataIndex: 'priority'
},
{
title: '操作',
key: 'action',
Expand Down

0 comments on commit 592547b

Please sign in to comment.