fix
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
| 5 | width="600" | 5 | width="600" |
| 6 | modal-class="standard-modal" | 6 | modal-class="standard-modal" |
| 7 | > | 7 | > |
| 8 | <el-form :model="form" :rules="formRules" ref="formEl" style="min-height: 200px;"> | 8 | <el-form :model="form" :rules="formRules" ref="formEl" style="min-height: 200px;" require-asterisk-position="right"> |
| 9 | <el-row> | 9 | <el-row> |
| 10 | <el-col v-for="item,index in fields" :key="index" :span="12" style="padding-right:10px;margin-bottom:10px;"> | 10 | <el-col v-for="item,index in fields" :key="index" :span="12" style="padding-right:10px;margin-bottom:10px;"> |
| 11 | <el-form-item :label="item.fileNameCodeName" :prop="item.fileNameCode"> | 11 | <el-form-item :label="item.fileNameCodeName" :prop="item.fileNameCode"> | ... | ... |
-
Please register or sign in to post a comment