|
|
|
@ -280,13 +280,7 @@ defineExpose({
|
|
|
|
|
<div class="wrapper" >
|
|
|
|
|
<div class="wrapper-left">
|
|
|
|
|
<svg-icon v-if="icontype==0" name="shield" size="32" />
|
|
|
|
|
<SvgIcon
|
|
|
|
|
v-if="icontype==1"
|
|
|
|
|
:style="{ marginLeft: '5px' }"
|
|
|
|
|
name="xiala"
|
|
|
|
|
size="16"
|
|
|
|
|
color="#999999"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<n-popover
|
|
|
|
|
ref="popover"
|
|
|
|
|
:style="{ padding: '0px' }"
|
|
|
|
@ -297,6 +291,13 @@ defineExpose({
|
|
|
|
|
>
|
|
|
|
|
<template #trigger>
|
|
|
|
|
<div class="wrapper-left-dropdown" @click="showClick">
|
|
|
|
|
<SvgIcon
|
|
|
|
|
v-if="icontype==1"
|
|
|
|
|
:style="{ marginLeft: '-10px',marginRight:'10px' }"
|
|
|
|
|
name="xiala"
|
|
|
|
|
size="16"
|
|
|
|
|
color="#999999"
|
|
|
|
|
/>
|
|
|
|
|
<n-tooltip trigger="hover">
|
|
|
|
|
<template #trigger>
|
|
|
|
|
<span
|
|
|
|
@ -311,12 +312,7 @@ defineExpose({
|
|
|
|
|
{{ currentlySelectedAdvanced }}
|
|
|
|
|
</n-tooltip>
|
|
|
|
|
|
|
|
|
|
<SvgIcon
|
|
|
|
|
:style="{ marginLeft: '5px' }"
|
|
|
|
|
name="down"
|
|
|
|
|
size="14"
|
|
|
|
|
color="#999999"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<n-spin :show="loading">
|
|
|
|
@ -349,12 +345,13 @@ defineExpose({
|
|
|
|
|
</n-form-item>
|
|
|
|
|
</n-form>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ul ref="el" class="wrapper-left-list" @scroll="handleScroll">
|
|
|
|
|
<VueDraggable
|
|
|
|
|
v-model="data"
|
|
|
|
|
class="draggable-ul"
|
|
|
|
|
:animation="150"
|
|
|
|
|
group="shared"
|
|
|
|
|
group="sleceted"
|
|
|
|
|
@end="moveoneEnd"
|
|
|
|
|
>
|
|
|
|
|
<li
|
|
|
|
@ -429,7 +426,9 @@ defineExpose({
|
|
|
|
|
v-html="item.name"
|
|
|
|
|
/>
|
|
|
|
|
</li>
|
|
|
|
|
</VueDraggable>
|
|
|
|
|
</VueDraggable><div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</n-spin>
|
|
|
|
|