This commit is contained in:
walkor 2022-12-02 22:29:09 +08:00
parent 7106d26f1f
commit 5e9cf94e96
6 changed files with 30 additions and 30 deletions

View File

@ -112,8 +112,8 @@
data: e.data, data: e.data,
value: '0', value: '0',
model: {"icon":"hidden","label":{"type":"text"}}, model: {"icon":"hidden","label":{"type":"text"}},
clickClose: 'true', clickClose: true,
radio: 'true', radio: true,
tree: {show: true,"strict":false,"clickCheck":true,"clickExpand":false}, tree: {show: true,"strict":false,"clickCheck":true,"clickExpand":false},
}) })
} }
@ -131,8 +131,8 @@
data: [{"value":"0","name":"目录"},{"value":"1","name":"菜单"},{"value":"2","name":"权限"}], data: [{"value":"0","name":"目录"},{"value":"1","name":"菜单"},{"value":"2","name":"权限"}],
value: '1', value: '1',
model: {"icon":"hidden","label":{"type":"text"}}, model: {"icon":"hidden","label":{"type":"text"}},
clickClose: 'true', clickClose: true,
radio: 'true', radio: true,
}) })
}); });

View File

@ -135,8 +135,8 @@
toolbar: {show: true, list: ["CLEAR"]}, toolbar: {show: true, list: ["CLEAR"]},
data: e.data, data: e.data,
model: {"icon":"hidden","label":{"type":"text"}}, model: {"icon":"hidden","label":{"type":"text"}},
clickClose: 'true', clickClose: true,
radio: 'true', radio: true,
tree: {show: true,"strict":false,"clickCheck":true,"clickExpand":false}, tree: {show: true,"strict":false,"clickCheck":true,"clickExpand":false},
}) })
} }
@ -153,8 +153,8 @@
initValue: initValue, initValue: initValue,
data: [{"value":"0","name":"目录"},{"value":"1","name":"菜单"},{"value":"2","name":"权限"}], data: [{"value":"0","name":"目录"},{"value":"1","name":"菜单"},{"value":"2","name":"权限"}],
model: {"icon":"hidden","label":{"type":"text"}}, model: {"icon":"hidden","label":{"type":"text"}},
clickClose: 'true', clickClose: true,
radio: 'true', radio: true,
}) })
}); });

View File

@ -86,8 +86,8 @@
data: e.data, data: e.data,
toolbar: {show: true, list: ["CLEAR"]}, toolbar: {show: true, list: ["CLEAR"]},
model: {"icon":"hidden","label":{"type":"text"}}, model: {"icon":"hidden","label":{"type":"text"}},
clickClose: 'true', clickClose: true,
radio: 'true', radio: true,
tree: {show:true, strict:false, clickCheck:true, clickExpand:false}, tree: {show:true, strict:false, clickCheck:true, clickExpand:false},
}) })
} }

View File

@ -187,8 +187,8 @@
initValue: initValue, initValue: initValue,
data: [{"value":"男","name":"男"},{"value":"女","name":"女"}], data: [{"value":"男","name":"男"},{"value":"女","name":"女"}],
model: {"icon":"hidden","label":{"type":"text"}}, model: {"icon":"hidden","label":{"type":"text"}},
clickClose: 'true', clickClose: true,
radio: 'true', radio: true,
}) })
}); });

View File

@ -165,8 +165,8 @@
data: [{"value":"男","name":"男"},{"value":"女","name":"女"}], data: [{"value":"男","name":"男"},{"value":"女","name":"女"}],
value: '男', value: '男',
model: {"icon":"hidden","label":{"type":"text"}}, model: {"icon":"hidden","label":{"type":"text"}},
clickClose: 'true', clickClose: true,
radio: 'true', radio: true,
}) })
}); });

View File

@ -188,8 +188,8 @@
initValue: initValue, initValue: initValue,
data: [{"value":"男","name":"男"},{"value":"女","name":"女"}], data: [{"value":"男","name":"男"},{"value":"女","name":"女"}],
model: {"icon":"hidden","label":{"type":"text"}}, model: {"icon":"hidden","label":{"type":"text"}},
clickClose: 'true', clickClose: true,
radio: 'true', radio: true,
}) })
}); });