增加一个显示名称机构名称的访求 cutOrgNamePath

This commit is contained in:
daihh
2022-10-20 09:36:37 +08:00
parent 362c254668
commit d8e3189103
3 changed files with 42 additions and 16 deletions

View File

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