fix: refs #7936 disable option caption in EditTableCellValueForm #1180

Merged
jorgep merged 3 commits from 7936-hotfix-hideCaption into master 2025-01-07 09:39:27 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e0179d99d6 - Show all commits

View File

@ -131,7 +131,7 @@ const STATE_COLOR = {
<VnTable <VnTable
data-key="ClaimList" data-key="ClaimList"
url="Claims/filter" url="Claims/filter"
:order="['t.priority ASC', 'created ASC']" :order="['cs.priority ASC', 'created ASC']"
:columns="columns" :columns="columns"
redirect="claim" redirect="claim"
:right-search="false" :right-search="false"