fix : 修改专项资金新增的介绍输入框
This commit is contained in:
@@ -10,8 +10,13 @@
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<baseTitle title="介绍"></baseTitle>
|
||||
<Tinymce image-url="/notice/file" file-url="/notice/file" v-if="showTinymce"
|
||||
v-model:value="formData.introduce"/>
|
||||
<el-input
|
||||
v-model="formData.introduce"
|
||||
style="width:100%"
|
||||
:rows="5"
|
||||
type="textarea"
|
||||
placeholder="请输入介绍"
|
||||
/>
|
||||
<baseTitle title="申请文件"></baseTitle>
|
||||
<file-upload @getFile="getFile"/>
|
||||
<fvTable style="width: 100%;max-height: 300px;" v-if="showTable"
|
||||
|
||||
Reference in New Issue
Block a user