| | |
| | | <!-- |
| | | * @Date: 2024-04-09 22:11:21 |
| | | * @LastEditors: Sneed |
| | | * @LastEditTime: 2024-04-18 00:00:27 |
| | | * @LastEditTime: 2024-06-17 22:25:23 |
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/mdc/configuration.vue |
| | | * 应用设置 |
| | | --> |
| | |
| | | <template #default="scope"> |
| | | <el-button v-show="!scope.row.id || scope.row.isEdit" |
| | | @click="add(scope.row)">保存</el-button> |
| | | <el-button v-show="!scope.row.isEdit" @click="edit(scope.row)">编辑</el-button> |
| | | <el-button v-show="!scope.row.isEdit && scope.row.collectType > 7" |
| | | @click="edit(scope.row)">编辑</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | </scFormTable> |