|
|
|
@ -65,9 +65,9 @@ |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="内容篇幅" class="v-item-inline flex-align-center"> |
|
|
|
|
<el-radio-group v-model="form.length" class="v-radio-group" :disabled="generatedLoading"> |
|
|
|
|
<el-radio :label="0">短篇</el-radio> |
|
|
|
|
<el-radio :label="1">中篇</el-radio> |
|
|
|
|
<el-radio :label="2">长篇</el-radio> |
|
|
|
|
<el-radio :label="300">短篇</el-radio> |
|
|
|
|
<el-radio :label="500">中篇</el-radio> |
|
|
|
|
<el-radio :label="800">长篇</el-radio> |
|
|
|
|
</el-radio-group> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="参考资料" class="v-item-inline"> |
|
|
|
@ -80,10 +80,10 @@ |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="仿写资料" class="v-item-inline"> |
|
|
|
|
<div class="text-right color-primary"> |
|
|
|
|
<FileUpload ref="upload1" :limit="1" :file-type="['png', 'jpg', 'jpeg', 'doc','docx']" |
|
|
|
|
<FileUpload1 ref="upload1" :limit="1" :file-type="['png', 'jpg', 'jpeg', 'doc','docx']" |
|
|
|
|
@input="handleImitationChange"> |
|
|
|
|
<i class="el-icon-document"></i>上传资料 |
|
|
|
|
</FileUpload> |
|
|
|
|
</FileUpload1> |
|
|
|
|
</div> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-form> |
|
|
|
@ -307,7 +307,7 @@ export default { |
|
|
|
|
title: undefined, // 公文标题(可选) |
|
|
|
|
keywords: undefined, // 主题词(必填) |
|
|
|
|
userRole: undefined, // 公司人事领导 |
|
|
|
|
length: 0, // 内容篇幅 |
|
|
|
|
length: 300, // 内容篇幅 |
|
|
|
|
supplementary: undefined,// 补充说明 |
|
|
|
|
referenceDocumentId: undefined,//参考资料 |
|
|
|
|
imitationDocumentId: undefined,//仿写资料 |
|
|
|
|