Commit f5dee0fd001283dd886ce815483538d231845538
1 parent
b42f8dc9
核查处置处理结果增加上传附件字段disposalFiles
Showing
1 changed file
with
6 additions
and
0 deletions
src/views/DisposalSuggestions/HandleForm.vue
| @@ -95,6 +95,11 @@ | @@ -95,6 +95,11 @@ | ||
| 95 | </el-input> | 95 | </el-input> |
| 96 | </el-form-item> | 96 | </el-form-item> |
| 97 | </el-col> | 97 | </el-col> |
| 98 | + <el-col :span="24"> | ||
| 99 | + <el-form-item label="上传附件" prop="disposalFiles"> | ||
| 100 | + <NCC-UploadFz v-model="suggestionForm.disposalFiles" :fileSize="5" sizeUnit="MB" :limit="9" buttonText="点击上传" /> | ||
| 101 | + </el-form-item> | ||
| 102 | + </el-col> | ||
| 98 | </el-form> | 103 | </el-form> |
| 99 | </el-row> | 104 | </el-row> |
| 100 | </el-col> | 105 | </el-col> |
| @@ -153,6 +158,7 @@ | @@ -153,6 +158,7 @@ | ||
| 153 | deadline: "", | 158 | deadline: "", |
| 154 | area: '', | 159 | area: '', |
| 155 | disposalSuggestions: '', // 处置建议 | 160 | disposalSuggestions: '', // 处置建议 |
| 161 | + disposalFiles: [], | ||
| 156 | }, | 162 | }, |
| 157 | rules: { | 163 | rules: { |
| 158 | disposalSuggestions: [ | 164 | disposalSuggestions: [ |