|
@@ -150,7 +150,7 @@
|
|
width="100px">
|
|
width="100px">
|
|
<template slot-scope="scope" >
|
|
<template slot-scope="scope" >
|
|
<el-checkbox-group v-model="checkRecord">
|
|
<el-checkbox-group v-model="checkRecord">
|
|
- <el-checkbox :label="scope.row.content" @change="getFunInfo(scope.row)">
|
|
|
|
|
|
+ <el-checkbox :label="scope.row.id+scope.row.content" @change="getFunInfo(scope.row)">
|
|
{{''}}
|
|
{{''}}
|
|
</el-checkbox>
|
|
</el-checkbox>
|
|
</el-checkbox-group>
|
|
</el-checkbox-group>
|