parent
8bcf268ed0
commit
238d97798a
|
|
@ -5,19 +5,19 @@ const { getLabel } = WeaLocaleProvider;
|
||||||
export const condition = [
|
export const condition = [
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
// {
|
{
|
||||||
// colSpan: 2,
|
colSpan: 2,
|
||||||
// checkbox: false,
|
checkbox: false,
|
||||||
// checkboxValue: false,
|
checkboxValue: false,
|
||||||
// conditionType: "SELECT",
|
conditionType: "SELECT",
|
||||||
// domkey: ["taxAgent"],
|
domkey: ["taxAgent"],
|
||||||
// fieldcol: 18,
|
fieldcol: 18,
|
||||||
// label: getLabel(111, "个税扣缴义务人"),
|
label: getLabel(111, "个税扣缴义务人"),
|
||||||
// labelcol: 6,
|
labelcol: 6,
|
||||||
// options: [],
|
options: [],
|
||||||
// multiple: true,
|
multiple: true,
|
||||||
// viewAttr: 2
|
viewAttr: 2
|
||||||
// },
|
},
|
||||||
{
|
{
|
||||||
browserConditionParam: {
|
browserConditionParam: {
|
||||||
completeParams: {},
|
completeParams: {},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue