bug
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<u-input v-model="forms.title" placeholder="请输入标题(30字以内)" type="textarea" auto-height height="60" maxlength="30" />
|
||||
</u-form-item>
|
||||
|
||||
<u-form-item label="类别" prop="status" required>
|
||||
<u-form-item label="类别" prop="status" required v-if="selectList.length">
|
||||
<div class="right" @click="showStstus=true">
|
||||
<span v-if="forms.selectIndex === ''" class="color-999">请选择类别</span>
|
||||
<span v-else>{{selectList[forms.selectIndex].categoryName}}</span>
|
||||
|
||||
Reference in New Issue
Block a user