|
|
@ -122,7 +122,20 @@ |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
</table> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<x-poptip |
|
|
|
|
|
|
|
v-show="strSelectIds !== ''" |
|
|
|
|
|
|
|
ref="poptipDeleteAll" |
|
|
|
|
|
|
|
placement="bottom-start" |
|
|
|
|
|
|
|
width="90"> |
|
|
|
|
|
|
|
<p>{{$t('Delete?')}}</p> |
|
|
|
|
|
|
|
<div style="text-align: right; margin: 0;padding-top: 4px;"> |
|
|
|
|
|
|
|
<x-button type="text" size="xsmall" shape="circle" @click="_closeDelete(-1)">{{$t('Cancel')}}</x-button> |
|
|
|
|
|
|
|
<x-button type="primary" size="xsmall" shape="circle" @click="_delete({},-1)">{{$t('Confirm')}}</x-button> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<template slot="reference"> |
|
|
|
|
|
|
|
<x-button size="xsmall" style="position: absolute; bottom: -48px; left: 22px;" >{{$t('Delete')}}</x-button> |
|
|
|
|
|
|
|
</template> |
|
|
|
|
|
|
|
</x-poptip> |
|
|
|
<template v-if="strSelectIds !== ''"> |
|
|
|
<template v-if="strSelectIds !== ''"> |
|
|
|
<x-button size="xsmall" style="position: absolute; bottom: -48px; left: 80px;" @click="_batchExport(item)" >{{$t('Export')}}</x-button> |
|
|
|
<x-button size="xsmall" style="position: absolute; bottom: -48px; left: 80px;" @click="_batchExport(item)" >{{$t('Export')}}</x-button> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|