49c5d6f5 by fanguang

fix

1 parent a42223bf
......@@ -5,7 +5,7 @@
width="600"
modal-class="standard-modal"
>
<el-form :model="form" :rules="formRules" ref="formEl" style="min-height: 200px;">
<el-form :model="form" :rules="formRules" ref="formEl" style="min-height: 200px;" require-asterisk-position="right">
<el-row>
<el-col v-for="item,index in fields" :key="index" :span="12" style="padding-right:10px;margin-bottom:10px;">
<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!