update Vue.txt

This commit is contained in:
不做码农 2022-10-12 19:50:41 +08:00
parent a7219048f5
commit 9c1bcd155b

View File

@ -307,7 +307,7 @@ const columns = ref([
$set(index = 0)
$foreach(column in genTable.Columns)
$set(index = index + 1)
$if(index > 6 && column.IsList)
$if(column.IsList)
{ visible: ${if(index < 9)}true${else}false${end}, prop: '${column.CsharpFieldFl}', label: '${column.ColumnComment}' },
$end
$end