File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
ui/src/views/resource-management Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 5555 :label =" $t('views.application.form.appType.label')"
5656 width =" 120"
5757 />
58- <el-table-column width =" 100" property =" workspace_id " >
58+ <el-table-column width =" 100" property =" workspace_name " >
5959 <template #header >
6060 <div class =" flex align-center" >
6161 {{ $t('views.role.member.workspace') }}
9191 </div >
9292 </template >
9393 </el-table-column >
94- <el-table-column property =" creator " :label =" $t('common.creator')" />
94+ <el-table-column property =" nick_name " :label =" $t('common.creator')" />
9595 <el-table-column
9696 property =" update_time"
9797 sortable
@@ -397,7 +397,7 @@ function refreshFolder() {
397397}
398398
399399onMounted (() => {
400- getAllList ()
400+ getList ()
401401})
402402 </script >
403403
Original file line number Diff line number Diff line change 6666 :label =" $t('views.application.form.appType.label')"
6767 width =" 120"
6868 />
69- <el-table-column width =" 100" property =" workspace_id " >
69+ <el-table-column width =" 100" property =" workspace_name " >
7070 <template #header >
7171 <div class =" flex align-center" >
7272 {{ $t('views.role.member.workspace') }}
102102 </div >
103103 </template >
104104 </el-table-column >
105- <el-table-column property =" creator " :label =" $t('common.creator')" />
105+ <el-table-column property =" nick_name " :label =" $t('common.creator')" />
106106 <el-table-column
107107 property =" update_time"
108108 sortable
@@ -444,7 +444,6 @@ function importTool(file: any) {
444444function getList() {
445445 const params = {
446446 folder_id: currentFolder .value ?.id || localStorage .getItem (' workspace_id' ),
447- scope: ' WORKSPACE' ,
448447 }
449448 ToolApi .getToolList (paginationConfig , params , loading ).then ((res ) => {
450449 paginationConfig .total = res .data ?.total
You can’t perform that action at this time.
0 commit comments