update Vue.txt
This commit is contained in:
parent
a7219048f5
commit
9c1bcd155b
@ -307,7 +307,7 @@ const columns = ref([
|
|||||||
$set(index = 0)
|
$set(index = 0)
|
||||||
$foreach(column in genTable.Columns)
|
$foreach(column in genTable.Columns)
|
||||||
$set(index = index + 1)
|
$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}' },
|
{ visible: ${if(index < 9)}true${else}false${end}, prop: '${column.CsharpFieldFl}', label: '${column.ColumnComment}' },
|
||||||
$end
|
$end
|
||||||
$end
|
$end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user