修改bug

This commit is contained in:
zyx.net
2022-08-19 09:20:23 +08:00
parent 929413d7f8
commit 71edecbc63
@@ -43,9 +43,7 @@
:columns="columns"
>
<span slot="projectName" slot-scope="text,record" :title="text">
<a >
{{ text && text.length > 20 ? text.slice(0, 19) + '...' : text }}
</a>
</span>
<span slot="operation" slot-scope="text,record">
<a class="text-operation" @click="handlecody(record)" v-has="'params:report:history'">{{$t('Exporthistory')}}</a>