|
|
@ -331,7 +331,7 @@ const expandForm = (row: Row, state: Record<string, any>) => { |
|
|
|
</th> |
|
|
|
</th> |
|
|
|
<!-- v-if="!isLocked && !isVirtual && !isPublicView && _isUIAllowed('add-column')" --> |
|
|
|
<!-- v-if="!isLocked && !isVirtual && !isPublicView && _isUIAllowed('add-column')" --> |
|
|
|
<th |
|
|
|
<th |
|
|
|
v-if="!readonly && isUIAllowed('add-column')" |
|
|
|
v-if="!readonly && !isLocked && isUIAllowed('add-column')" |
|
|
|
v-t="['c:column:add']" |
|
|
|
v-t="['c:column:add']" |
|
|
|
class="cursor-pointer" |
|
|
|
class="cursor-pointer" |
|
|
|
@click.stop="addColumnDropdown = true" |
|
|
|
@click.stop="addColumnDropdown = true" |
|
|
|