修改自定义表头按钮位置
This commit is contained in:
@@ -126,7 +126,31 @@
|
|||||||
<a-icon type="setting"/>
|
<a-icon type="setting"/>
|
||||||
{{$t('batSetting')}}
|
{{$t('batSetting')}}
|
||||||
</div>
|
</div>
|
||||||
<!-- 自定义表头-->
|
<!-- 调取-->
|
||||||
|
<!-- v-if="isTrue"-->
|
||||||
|
<div @click="transferClick"
|
||||||
|
v-has="'dummyInventoryInfo:copyInfoByIds'"
|
||||||
|
class="operator-text" >
|
||||||
|
<a-icon type="profile"/>
|
||||||
|
{{$t('Transfer')}}
|
||||||
|
</div>
|
||||||
|
<!-- 添加-->
|
||||||
|
<!-- v-if="isTrue"-->
|
||||||
|
<div @click="handleAdd"
|
||||||
|
v-has="'dummyInventoryInfo:add'"
|
||||||
|
class="operator-text" >
|
||||||
|
<a-icon type="plus"/>
|
||||||
|
{{$t('add')}}
|
||||||
|
</div>
|
||||||
|
<!-- 删除-->
|
||||||
|
<!-- v-if="isTrue"-->
|
||||||
|
<div @click="handleDel"
|
||||||
|
v-has="'dummyInventoryInfo:deleteBatch'"
|
||||||
|
class="operator-text" >
|
||||||
|
<a-icon type="delete"/>
|
||||||
|
{{$t('BatchDelete')}}
|
||||||
|
</div>
|
||||||
|
<!-- 自定义表头-->
|
||||||
<a-popconfirm :visible="customizevisible" overlayClassName='popconfirmmize' placement="bottomRight" >
|
<a-popconfirm :visible="customizevisible" overlayClassName='popconfirmmize' placement="bottomRight" >
|
||||||
<template slot="title" id="popconfirmmize">
|
<template slot="title" id="popconfirmmize">
|
||||||
<div style="height:320px;overflow:scroll;overflow-x: auto;">
|
<div style="height:320px;overflow:scroll;overflow-x: auto;">
|
||||||
@@ -153,30 +177,6 @@
|
|||||||
{{ $t('customize') }}
|
{{ $t('customize') }}
|
||||||
</div>
|
</div>
|
||||||
</a-popconfirm>
|
</a-popconfirm>
|
||||||
<!-- 调取-->
|
|
||||||
<!-- v-if="isTrue"-->
|
|
||||||
<div @click="transferClick"
|
|
||||||
v-has="'dummyInventoryInfo:copyInfoByIds'"
|
|
||||||
class="operator-text" >
|
|
||||||
<a-icon type="profile"/>
|
|
||||||
{{$t('Transfer')}}
|
|
||||||
</div>
|
|
||||||
<!-- 添加-->
|
|
||||||
<!-- v-if="isTrue"-->
|
|
||||||
<div @click="handleAdd"
|
|
||||||
v-has="'dummyInventoryInfo:add'"
|
|
||||||
class="operator-text" >
|
|
||||||
<a-icon type="plus"/>
|
|
||||||
{{$t('add')}}
|
|
||||||
</div>
|
|
||||||
<!-- 删除-->
|
|
||||||
<!-- v-if="isTrue"-->
|
|
||||||
<div @click="handleDel"
|
|
||||||
v-has="'dummyInventoryInfo:deleteBatch'"
|
|
||||||
class="operator-text" >
|
|
||||||
<a-icon type="delete"/>
|
|
||||||
{{$t('BatchDelete')}}
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div style="width: 100%" v-if="istable">
|
<div style="width: 100%" v-if="istable">
|
||||||
<a-table
|
<a-table
|
||||||
|
|||||||
Reference in New Issue
Block a user