产品-个税扣缴义务人添加排序字段

This commit is contained in:
黎永顺 2023-06-08 11:27:27 +08:00
parent 4891fff298
commit 1aa2fb4793
1 changed files with 2 additions and 2 deletions

View File

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