中拓产业云(北京)科技服务有限公司
Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
publics
temp-uni-app
Commits
c23dacb4
Commit
c23dacb4
authored
2 years ago
by
蒋新平
Browse files
Options
Download
Email Patches
Plain Diff
j
parent
77b7319b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/components/Object/vue-antd-zfgk-package/uniModulesForm/Index.vue
+2
-0
...nts/Object/vue-antd-zfgk-package/uniModulesForm/Index.vue
src/manifest.json
+1
-1
src/manifest.json
src/pagesForm/newForm/newForm.vue
+1
-1
src/pagesForm/newForm/newForm.vue
with
4 additions
and
2 deletions
+4
-2
src/components/Object/vue-antd-zfgk-package/uniModulesForm/Index.vue
+
2
-
0
View file @
c23dacb4
...
...
@@ -86,6 +86,7 @@
</uni-data-picker>
<!-- DataSelect 下拉框 -->
<uni-data-select
:style=
"item.style || ''"
:placeholder=
"item.placeholder || '请输入'"
:localdata=
"item.localData || []"
v-model=
"item[item.prop]"
...
...
@@ -94,6 +95,7 @@
></uni-data-select>
<!-- DataSelect 下拉框 -->
<uni-combox
:style=
"item.style || ''"
:placeholder=
"item.placeholder || '请输入'"
:emptyTips=
"item.emptyTips || '无匹配项'"
:candidates=
"item.candidates || []"
...
...
This diff is collapsed.
Click to expand it.
src/manifest.json
+
1
-
1
View file @
c23dacb4
{
"name"
:
"login-template"
,
"appid"
:
""
,
"appid"
:
"
__UNI__8211ED9
"
,
"description"
:
"登录模板"
,
"versionName"
:
"1.0.0"
,
"versionCode"
:
"100"
,
...
...
This diff is collapsed.
Click to expand it.
src/pagesForm/newForm/newForm.vue
+
1
-
1
View file @
c23dacb4
...
...
@@ -385,7 +385,7 @@
select
:
null
,
// 对应[prop]值命名属性 => null(必传)
type
:
'
uDataSelect
'
,
// String(required) 必传字段
placeholder
:
'
请选择班级
'
,
// 占位符 input => 非必传
style
:
''
,
// 自定义样式
style
:
'
height: 36px;display: flex;align-items: center;
'
,
// 自定义样式
formsItemStyle
:
''
,
// 标签静态样式 => String(非必传),默认:''
localData
:
[{
"
value
"
:
0
,
"
text
"
:
"
篮球
"
},
{
"
value
"
:
1
,
"
text
"
:
"
足球
"
},
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets