给单据明细的最左侧增加带拖动的序号

This commit is contained in:
jishenghua
2024-03-19 14:18:57 +08:00
parent 3dd5573c80
commit c61684a6fa
20 changed files with 53 additions and 27 deletions

View File

@@ -63,7 +63,7 @@
:dataSource="accountTable.dataSource"
:minWidth="minWidth"
:maxHeight="300"
:rowNumber="false"
:rowNumber="true"
:rowSelection="true"
:actionButton="true"
@valueChange="onValueChange" />

View File

@@ -55,7 +55,7 @@
:dataSource="accountTable.dataSource"
:minWidth="minWidth"
:maxHeight="300"
:rowNumber="false"
:rowNumber="true"
:rowSelection="true"
:actionButton="true"
@valueChange="onValueChange" />

View File

@@ -63,7 +63,7 @@
:dataSource="accountTable.dataSource"
:minWidth="minWidth"
:maxHeight="300"
:rowNumber="false"
:rowNumber="true"
:rowSelection="true"
:actionButton="true"
@valueChange="onValueChange" />

View File

@@ -63,7 +63,7 @@
:dataSource="accountTable.dataSource"
:minWidth="minWidth"
:maxHeight="300"
:rowNumber="false"
:rowNumber="true"
:rowSelection="true"
:actionButton="true"
@valueChange="onValueChange" />

View File

@@ -83,7 +83,7 @@
:dataSource="accountTable.dataSource"
:minWidth="minWidth"
:maxHeight="300"
:rowNumber="false"
:rowNumber="true"
:rowSelection="false"
:actionButton="false"
@valueChange="onValueChange" />

View File

@@ -83,7 +83,7 @@
:dataSource="accountTable.dataSource"
:minWidth="minWidth"
:maxHeight="300"
:rowNumber="false"
:rowNumber="true"
:rowSelection="false"
:actionButton="false"
@valueChange="onValueChange" />