| | |
| | | size="small" |
| | | :disabled="roleid == null ? true : false" |
| | | @click="adduser" |
| | | style="background: #409eff" |
| | | |
| | | >{{ $t('operatManage.UserRoleAuthorizationObj.Added') }}</el-button> |
| | | <el-button |
| | | v-if="menuStatus.delete" |
| | |
| | | slot="footer" |
| | | class="dialog-footer" |
| | | > |
| | | <el-button @click="dialogTableVisible = false">{{ |
| | | <el-button size="small" @click="dialogTableVisible = false">{{ |
| | | $t('dataManage.dictionaryManageObj.cancel') |
| | | }}</el-button> |
| | | <el-button |
| | | style="background: #409eff; border: 1px solid #409eff; color: white" |
| | | size="small" type="primary" |
| | | @click="addConfirm" |
| | | >{{ $t('dataManage.dictionaryManageObj.confirm') }}</el-button> |
| | | </div> |