fix: 终审列表columns排序问题修复

pull/78/head
刘释隆 1 year ago
parent 0e684d6102
commit 6ec415481e

@ -433,13 +433,13 @@ const indeterminate = computed(() => {
> >
<SvgIcon name="drag" size="14" color="#666666" /> <SvgIcon name="drag" size="14" color="#666666" />
<span class="ml-2">{{ item.name }}</span> <span class="ml-2">{{ item.name }}</span>
<SvgIcon <!-- <SvgIcon
v-if="!item.fix" v-if="!item.fix"
size="16px" size="16px"
style="display: block; margin-left: auto; cursor: pointer" style="display: block; margin-left: auto; cursor: pointer"
name="clear" name="clear"
@click="removeHandler(item.id, 'fix')" @click="removeHandler(item.id, 'fix')"
/> /> -->
</div> </div>
</VueDraggable> </VueDraggable>
<div>不固定</div> <div>不固定</div>

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save