暂存
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
<public-module ></public-module>
|
||||
<!-- <view class="title">{{pageName+pageType}}</view> -->
|
||||
<uni-forms :modelValue="form" :rules="rules" ref="form">
|
||||
<view class="input_box" v-if="!form.id && form.type != 2">
|
||||
<!-- <view class="input_box" v-if="!form.id && form.type != 2">
|
||||
<uni-forms-item label="" name="type" label-width="0">
|
||||
<text class="input_tit"><i>*</i>类型:</text>
|
||||
<view class="in" style="flex: 1; border: none;">
|
||||
<!-- {{modelLIst}} -->
|
||||
|
||||
<uni-data-select placeholder="请选择类型"
|
||||
class="addType"
|
||||
v-model="form.type"
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="input_box">
|
||||
<uni-forms-item label="" name="title" label-width="0">
|
||||
<text class="input_tit"><i>*</i>标题:</text>
|
||||
@@ -123,7 +123,7 @@
|
||||
|
||||
},
|
||||
pageType: '',
|
||||
pageName:''
|
||||
pageName:''
|
||||
};
|
||||
},
|
||||
//第一次加载
|
||||
|
||||
Reference in New Issue
Block a user