产品-个税扣缴义务人添加排序字段
This commit is contained in:
parent
4891fff298
commit
1aa2fb4793
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue