Skip to content

Commit

Permalink
fix(externalStorage): adjust globalization
Browse files Browse the repository at this point in the history
  • Loading branch information
FannieGirl committed Mar 3, 2023
1 parent 84ce323 commit ac375e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/daas/src/views/external-storage/List.vue
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@
</ul>
</Drawer>
<el-dialog :visible.sync="showUsingTaskDialog" title="提示">
<div>该外存已被个任务调用,请删除或者修改配置后重试</div>
<el-table height="250px" :data="usingTasks">
<div>{{ $t('daas_external_storage_list_tishi', { val1: usingTasks.length }) }}</div>
<el-table class="mt-4" height="250px" :data="usingTasks">
<el-table-column min-width="240" :label="$t('public_task_name')" :show-overflow-tooltip="true">
<template #default="{ row }">
<span class="dataflow-name link-primary flex">
Expand Down

0 comments on commit ac375e6

Please sign in to comment.