Compare commits
2 Commits
9f80c9fdc0
...
8753f48b75
| Author | SHA1 | Date | |
|---|---|---|---|
| 8753f48b75 | |||
| 76f1ca443c |
Binary file not shown.
@@ -24,5 +24,5 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"lastUpdated": 1777140140254
|
"lastUpdated": 1777140310286
|
||||||
}
|
}
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
<a-button size="small" @click="handleEdit(record)">编辑</a-button>
|
<a-button size="small" @click="handleEdit(record)">编辑</a-button>
|
||||||
<a-button size="small" @click="handleAddSub(record)" type="dashed">添加子栏目</a-button>
|
<a-button size="small" @click="handleAddSub(record)" type="dashed">添加子栏目</a-button>
|
||||||
<a-popconfirm
|
<a-popconfirm
|
||||||
:title="`确定删除栏目"${record.name}"吗?此操作不可恢复!`"
|
:title="`确定删除栏目「${record.name}」吗?此操作不可恢复!`"
|
||||||
@confirm="handleDelete(record)"
|
@confirm="handleDelete(record)"
|
||||||
ok-text="确定"
|
ok-text="确定"
|
||||||
cancel-text="取消"
|
cancel-text="取消"
|
||||||
|
|||||||
Reference in New Issue
Block a user