mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 04:46:44 +08:00
增加一个显示名称机构名称的访求 cutOrgNamePath
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<el-row class="article-add">
|
||||
<el-form ref="form" :rules="rules" :model="addForm" label-position="right" label-width="80px">
|
||||
<el-form ref="askForm" :rules="askFormRules" :model="askForm" label-position="right" label-width="80px">
|
||||
<el-dialog :close-on-click-modal='false' title="提问题" label-width="80px" :visible.sync="askQuestionDialog">
|
||||
<!-- <el-form ref="askForm" :model="askForm" :rules="askFormRules" label-position="right" > -->
|
||||
<el-form-item label="标题:" prop="title">
|
||||
@@ -30,7 +30,7 @@
|
||||
<el-form-item label="内容:" prop="content">
|
||||
<el-input type="textarea" v-model="askForm.content" placeholder="请输入问题内容" :rows="8"></el-input>
|
||||
</el-form-item>
|
||||
|
||||
|
||||
<!-- </el-form> -->
|
||||
<el-form-item >
|
||||
<div class="btnbox">
|
||||
@@ -41,9 +41,9 @@
|
||||
<el-button type="primary" @click="addQaData" :disabled="!askForm.checked">发布问题</el-button>
|
||||
<el-button @click="askQuestionDialog = false">取 消</el-button>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</el-form-item>
|
||||
<el-dialog class="checked-show" :visible.sync="askFormCheckedShow" top="14vh" width="800px" :show-close="false" :modal="false">
|
||||
<agreement></agreement>
|
||||
@@ -56,7 +56,7 @@
|
||||
</el-form>
|
||||
</el-row>
|
||||
</div>
|
||||
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -185,7 +185,7 @@
|
||||
.el-form-item__content{
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
|
||||
|
||||
dl {
|
||||
margin: 0;
|
||||
padding: 10px;
|
||||
|
||||
Reference in New Issue
Block a user