feat: 过滤组件绑定

This commit is contained in:
fit2cloud-chenyw
2021-05-20 18:38:28 +08:00
parent f9f384d030
commit 20c0b4b68d
9 changed files with 54 additions and 12 deletions

View File

@@ -10,7 +10,8 @@ const dialogPanel = {
options: {
attrs: {
type: 'month',
placeholder: '请选择年月'
placeholder: '请选择年月',
viewIds: []
},
value: ''
},