课题组管理弹框名称错误

main
wangxiaoshuang 2025-09-09 11:47:46 +08:00
parent df477c6988
commit cc227f0e34
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<el-dialog v-if="visible" :visible.sync="visible" v-dialogDrag width="540px" :close-on-click-modal="false"
:close-on-press-escape="false" append-to-body :title="$t('system:userlist:roleList:title')"
:close-on-press-escape="false" append-to-body :title="$t('system:userlist:button:groups')"
:before-close="cancel">
<el-button size="mini" type="primary" @click.stop="openAdd" style="float: right">
{{ $t('common:button:new') }}