|
|
@ -100,7 +100,7 @@ const localCellValue = computed<any[]>(() => { |
|
|
|
|
|
|
|
|
|
|
|
<div v-if="!isLocked && !isUnderLookup" class="flex justify-end hidden group-hover:flex items-center"> |
|
|
|
<div v-if="!isLocked && !isUnderLookup" class="flex justify-end hidden group-hover:flex items-center"> |
|
|
|
<MdiPlus |
|
|
|
<MdiPlus |
|
|
|
v-if="!readOnly && isUIAllowed('xcDatatableEditable')" |
|
|
|
v-if="(!readOnly && isUIAllowed('xcDatatableEditable')) || isForm" |
|
|
|
class="select-none !text-md text-gray-700 nc-action-icon nc-plus" |
|
|
|
class="select-none !text-md text-gray-700 nc-action-icon nc-plus" |
|
|
|
@click.stop="listItemsDlg = true" |
|
|
|
@click.stop="listItemsDlg = true" |
|
|
|
/> |
|
|
|
/> |
|
|
|