Merge branch 'feature/V2-个税扣缴义务人添加排序字段' into release-2023-06-08

This commit is contained in:
黎永顺 2023-06-08 11:28:04 +08:00
commit 84dfc82f51
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ export const editConditions = [
conditionType: "INPUTNUMBER",
domkey: ["sortedIndex"],
fieldcol: 14,
label: "序",
label: "显示顺序",
labelcol: 6,
value: "",
viewAttr: 2,
@ -92,7 +92,7 @@ export const decentralizationConditions = [
conditionType: "INPUTNUMBER",
domkey: ["sortedIndex"],
fieldcol: 14,
label: "序",
label: "显示顺序",
labelcol: 6,
value: "",
viewAttr: 2,