中拓产业云(北京)科技服务有限公司

Commit c23dacb4 authored by 蒋新平's avatar 蒋新平 :dart:
Browse files

j

parent 77b7319b
Showing with 4 additions and 2 deletions
+4 -2
......@@ -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 || []"
......
{
"name" : "login-template",
"appid" : "",
"appid" : "__UNI__8211ED9",
"description" : "登录模板",
"versionName" : "1.0.0",
"versionCode" : "100",
......
......@@ -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": "足球"},
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment