Showing
1 changed file
with
7 additions
and
0 deletions
... | ... | @@ -218,6 +218,13 @@ |
218 | 218 | <AuthDropDown |
219 | 219 | :dropMenuList="[ |
220 | 220 | { |
221 | + text: '未发布', | |
222 | + auth: ConfigurationPermission.UPDATE, | |
223 | + icon: 'ant-design:double-right-outlined', | |
224 | + event: '', | |
225 | + onClick: handleCreateOrUpdate.bind(null, item), | |
226 | + }, | |
227 | + { | |
221 | 228 | text: '编辑', |
222 | 229 | auth: ConfigurationPermission.UPDATE, |
223 | 230 | icon: 'clarity:note-edit-line', | ... | ... |