|
@@ -52,7 +52,7 @@
|
|
|
:selection.sync="selection"
|
|
:selection.sync="selection"
|
|
|
>
|
|
>
|
|
|
<template v-slot:action="{ row }">
|
|
<template v-slot:action="{ row }">
|
|
|
- <el-radio class="radio" v-model="radio" :label="row.categoryCode"
|
|
|
|
|
|
|
+ <el-radio class="radio" v-model="radio" :label="row.id"
|
|
|
><i></i
|
|
><i></i
|
|
|
></el-radio>
|
|
></el-radio>
|
|
|
</template>
|
|
</template>
|