| | |
| | | size="small" |
| | | icon="el-icon-delete" |
| | | plain |
| | | v-if="permission.plCodeKeyattrrepeat_delete" |
| | | v-if="permissionList.delBtn" |
| | | @click="handleDelete">删 除 |
| | | </el-button> |
| | | </template> |
| | | <template slot-scope="scope" slot="confoundForm"> |
| | | <el-input placeholder="请输入混淆字符以逗号隔开" v-model="confoundValue"></el-input> |
| | | </template> |
| | | </avue-crud> |
| | | </basic-container> |
| | |
| | | }, |
| | | selectionList: [], |
| | | option: option, |
| | | data: [] |
| | | data: [], |
| | | confoundValue:'' |
| | | }; |
| | | }, |
| | | computed: { |
| | | ...mapGetters(["permission"]), |
| | | permissionList() { |
| | | return { |
| | | // addBtn: this.vaildData(this.permission.plCodeKeyattrrepeat_add, false), |
| | | // viewBtn: this.vaildData(this.permission.plCodeKeyattrrepeat_view, false), |
| | | // delBtn: this.vaildData(this.permission.plCodeKeyattrrepeat_delete, false), |
| | | // editBtn: this.vaildData(this.permission.plCodeKeyattrrepeat_edit, false) |
| | | addBtn: this.vaildData(this.permission.codeKeyAttrRepeat.plCodeKeyattrrepeat_add, false), |
| | | viewBtn: this.vaildData(this.permission.codeKeyAttrRepeat.plCodeKeyattrrepeat_view, false), |
| | | delBtn: this.vaildData(this.permission.codeKeyAttrRepeat.plCodeKeyattrrepeat_delete, false), |
| | | editBtn: this.vaildData(this.permission.codeKeyAttrRepeat.plCodeKeyattrrepeat_edit, false), |
| | | searchBtn: this.vaildData(this.permission.codeKeyAttrRepeat.plCodeKeyattrrepeat_search, false), |
| | | emptyBtn: this.vaildData(this.permission.codeKeyAttrRepeat.plCodeKeyattrrepeat_search, false), |
| | | }; |
| | | }, |
| | | ids() { |