国际化
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-11-04 13:45:55 +08:00
parent 25a3a0e371
commit fe18b885f1
1 changed files with 2 additions and 2 deletions

View File

@ -291,14 +291,14 @@
size="small"
:disabled="$route.query.ReviewStatus === '1'"
@click="handlePostgraduateEdit(scope.row)"
>Edit</el-button
>{{ $t('common:button:edit') }}</el-button
>
<el-button
type="text"
size="small"
:disabled="$route.query.ReviewStatus === '1'"
@click="handlePostgraduateDelete(scope.row)"
>Delete</el-button
>{{ $t('common:button:delete') }}</el-button
>
</template>
</el-table-column>