Commit 29817d0c authored by 黄自鹏's avatar 黄自鹏

调整

parent e5f626e6
......@@ -15,7 +15,7 @@
<!--</el-form-item>-->
<el-form-item label="处罚标准" ref="swbzid" prop="swbzid">
<el-select style="width: 100%;" v-model="form.swbzid" placeholder="">
<el-option v-for="(item,index) in cfbzList" :key="item.id" :label="item.wglxName + '______' + item.swdjName" :value="item.id"></el-option>
<el-option v-for="(item,index) in cfbzList" :key="item.id" :label="item.wglxName + '__' +'等级'+item.swdjName" :value="item.id"></el-option>
</el-select>
</el-form-item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment