正在显示
1 个修改的文件
包含
5 行增加
和
5 行删除
| @@ -45,22 +45,22 @@ | @@ -45,22 +45,22 @@ | ||
| 45 | 45 | ||
| 46 | <el-table-column label="插入" min-width="5%"> | 46 | <el-table-column label="插入" min-width="5%"> |
| 47 | <template slot-scope="scope"> | 47 | <template slot-scope="scope"> |
| 48 | - <el-checkbox true-label="1" v-model="scope.row.isInsert"></el-checkbox> | 48 | + <el-checkbox true-label="1" false-label="0" v-model="scope.row.isInsert"></el-checkbox> |
| 49 | </template> | 49 | </template> |
| 50 | </el-table-column> | 50 | </el-table-column> |
| 51 | <el-table-column label="编辑" min-width="5%"> | 51 | <el-table-column label="编辑" min-width="5%"> |
| 52 | <template slot-scope="scope"> | 52 | <template slot-scope="scope"> |
| 53 | - <el-checkbox true-label="1" v-model="scope.row.isEdit"></el-checkbox> | 53 | + <el-checkbox true-label="1" false-label="0" v-model="scope.row.isEdit"></el-checkbox> |
| 54 | </template> | 54 | </template> |
| 55 | </el-table-column> | 55 | </el-table-column> |
| 56 | <el-table-column label="列表" min-width="5%"> | 56 | <el-table-column label="列表" min-width="5%"> |
| 57 | <template slot-scope="scope"> | 57 | <template slot-scope="scope"> |
| 58 | - <el-checkbox true-label="1" v-model="scope.row.isList"></el-checkbox> | 58 | + <el-checkbox true-label="1" false-label="0" v-model="scope.row.isList"></el-checkbox> |
| 59 | </template> | 59 | </template> |
| 60 | </el-table-column> | 60 | </el-table-column> |
| 61 | <el-table-column label="查询" min-width="5%"> | 61 | <el-table-column label="查询" min-width="5%"> |
| 62 | <template slot-scope="scope"> | 62 | <template slot-scope="scope"> |
| 63 | - <el-checkbox true-label="1" v-model="scope.row.isQuery"></el-checkbox> | 63 | + <el-checkbox true-label="1" false-label="0" v-model="scope.row.isQuery"></el-checkbox> |
| 64 | </template> | 64 | </template> |
| 65 | </el-table-column> | 65 | </el-table-column> |
| 66 | <el-table-column label="查询方式" min-width="10%"> | 66 | <el-table-column label="查询方式" min-width="10%"> |
| @@ -79,7 +79,7 @@ | @@ -79,7 +79,7 @@ | ||
| 79 | </el-table-column> | 79 | </el-table-column> |
| 80 | <el-table-column label="必填" min-width="5%"> | 80 | <el-table-column label="必填" min-width="5%"> |
| 81 | <template slot-scope="scope"> | 81 | <template slot-scope="scope"> |
| 82 | - <el-checkbox true-label="1" v-model="scope.row.isRequired"></el-checkbox> | 82 | + <el-checkbox true-label="1" false-label="0" v-model="scope.row.isRequired"></el-checkbox> |
| 83 | </template> | 83 | </template> |
| 84 | </el-table-column> | 84 | </el-table-column> |
| 85 | <el-table-column label="显示类型" min-width="12%"> | 85 | <el-table-column label="显示类型" min-width="12%"> |
-
请 注册 或 登录 后发表评论