Commit 19092155 authored by 沈翠玲's avatar 沈翠玲

过程检验

parent 7babc805
......@@ -18,7 +18,7 @@
<template slot-scope="scope">
<div>
<el-radio-group v-model="scope.row.status">
<el-radio v-for="(item, index) in dict.type.ver_item_determination" :key="index" :label="item.label" style="margin-right: 0"></el-radio>
<el-radio v-for="(item, index) in dict.type.ver_item_determination" :key="index" :label="item.value" style="margin-right: 0">{{item.label}}</el-radio>
</el-radio-group>
</div>
</template>
......
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