This commit is contained in:
liuye
2021-12-23 16:12:29 +08:00
parent ad066bfe9e
commit 9f97e5b8cc
2 changed files with 2 additions and 2 deletions

View File

@@ -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>