Commit 0ae5e563ad0e166dbda8c3dd3b912f5d17fcf423

Authored by fengwotao
1 parent 69a1cdb1

feat:大屏设计器新增发布

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',
... ...