|
|
@ -8,7 +8,7 @@ |
|
|
|
@click="!readonly && active && $emit('edit',item)" |
|
|
|
@click="!readonly && active && $emit('edit',item)" |
|
|
|
> |
|
|
|
> |
|
|
|
<slot><span class="name" :title="value">{{ value }}</span></slot> |
|
|
|
<slot><span class="name" :title="value">{{ value }}</span></slot> |
|
|
|
<div v-show="active" v-if="!readonly && _isUIAllowed('table-remove-linked-record')" class="mr-n1 ml-2"> |
|
|
|
<div v-show="active" v-if="!readonly && _isUIAllowed('xcDatatableEditable')" class="mr-n1 ml-2"> |
|
|
|
<x-icon |
|
|
|
<x-icon |
|
|
|
:color="['text' , 'textLight']" |
|
|
|
:color="['text' , 'textLight']" |
|
|
|
x-small |
|
|
|
x-small |
|
|
|