File tree 1 file changed +9
-2
lines changed
packages/app-console/src/views/storage
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 41
41
>
42
42
<el-table-column label =" 文件桶(Bucket)" width =" 200" >
43
43
<template slot-scope="{row}">
44
- <span >{{ row.name }}</span >
44
+ <span >{{app.appid}}-{{ row.name }}</span >
45
45
</template >
46
46
</el-table-column >
47
47
<el-table-column label =" 容量(Quota)" width =" 200" >
94
94
style =" width : 400px ; margin-left :50px ;"
95
95
>
96
96
<el-form-item label =" 文件桶名" prop =" name" >
97
- <el-input v-model =" form.name" :disabled =" dialogStatus==='update'" placeholder =" 唯一标识" />
97
+ <el-input v-model =" form.name" :disabled =" dialogStatus==='update'" placeholder =" 唯一标识" >
98
+ <template #prepend >
99
+ {{app.appid}}-
100
+ </template >
101
+ </el-input >
98
102
</el-form-item >
99
103
<el-form-item label =" 默认权限" prop =" mode" >
100
104
<el-select v-model =" form.mode" placeholder =" " >
@@ -240,6 +244,9 @@ export default {
240
244
},
241
245
oss_internal_endpoint () {
242
246
return store .state .app .oss_internal_endpoint
247
+ },
248
+ app () {
249
+ return this .$store .state .app ? .application
243
250
}
244
251
},
245
252
created () {
You can’t perform that action at this time.
0 commit comments