mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
Merge pull request #4305 from jumpserver/pr@dev@fix_ticket_tree
fixed: Fixed missing action book nodes in ticket details
This commit is contained in:
@@ -46,7 +46,6 @@
|
||||
:tree="treeNodes"
|
||||
style="width: 100%"
|
||||
/>
|
||||
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
</template>
|
||||
|
||||
@@ -44,6 +44,14 @@ export const treeNodes = [
|
||||
value: 'connect',
|
||||
label: i18n.t('Connect')
|
||||
},
|
||||
{
|
||||
value: 'delete',
|
||||
label: i18n.t('Delete')
|
||||
},
|
||||
{
|
||||
value: 'share',
|
||||
label: i18n.t('Share')
|
||||
},
|
||||
{
|
||||
value: 'updownload',
|
||||
label: i18n.t('UpDownload'),
|
||||
|
||||
Reference in New Issue
Block a user