修改bug
This commit is contained in:
@@ -43,9 +43,7 @@
|
|||||||
:columns="columns"
|
:columns="columns"
|
||||||
>
|
>
|
||||||
<span slot="projectName" slot-scope="text,record" :title="text">
|
<span slot="projectName" slot-scope="text,record" :title="text">
|
||||||
<a >
|
|
||||||
{{ text && text.length > 20 ? text.slice(0, 19) + '...' : text }}
|
{{ text && text.length > 20 ? text.slice(0, 19) + '...' : text }}
|
||||||
</a>
|
|
||||||
</span>
|
</span>
|
||||||
<span slot="operation" slot-scope="text,record">
|
<span slot="operation" slot-scope="text,record">
|
||||||
<a class="text-operation" @click="handlecody(record)" v-has="'params:report:history'">{{$t('Exporthistory')}}</a>
|
<a class="text-operation" @click="handlecody(record)" v-has="'params:report:history'">{{$t('Exporthistory')}}</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user