mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
Merge branch 'stat' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/portal into stat
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<span class="icon-text">上传图片</span>
|
||||
</el-upload> -->
|
||||
</el-form-item>
|
||||
<el-form-item label="内容:" prop="content">
|
||||
<el-form-item label="内容:" prop="content">
|
||||
<el-input type="textarea" v-model="askForm.content" placeholder="请输入问题内容" :rows="8"></el-input>
|
||||
</el-form-item>
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
askFormCheckedShow:false,
|
||||
askFormRules: {
|
||||
title: [{ required: true, message: '请输入问题标题', trigger: 'blur' }, { max: 100, message: '字符长度不能高于100', trigger: 'blur' }],
|
||||
content: [{ required: true, message: '请输入问题内容', trigger: 'blur' }]
|
||||
|
||||
}, //表单验证
|
||||
askForm: {}, //发布问答绑定的数据
|
||||
imageShowUrl: '', //组件绑定的值,不知道用处
|
||||
|
||||
Reference in New Issue
Block a user