8a1c4fc2 by fanguang Committed by lihua

fix

1 parent 01a74ecc
...@@ -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">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!