Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
45b1ce3d21b41d769cc8518e24478410160947db
Authored by
fengtao
2022-07-15 15:11:39 +0800
1 parent
e093a25e
feat:引入自定义组件 JAddInput 主要用于数据流转其他属性 客户端属性 Headers
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/Form/src/jeecg/components/JAddInput.vue
src/components/Form/src/jeecg/components/JAddInput.vue
View file @
45b1ce3
...
...
@@ -46,7 +46,7 @@
46
46
//--------------不继承Antd Design Vue Input的所有属性 否则控制台报大片警告--------------
47
47
inheritAttrs: false,
48
48
props: {
49
-
value: propTypes.
string.def(''
),
49
+
value: propTypes.
object.def({}
),
50
50
//自定义删除按钮多少才会显示
51
51
min: propTypes.integer.def(0),
52
52
},
...
...