fix 修复 oss配置页 展示配置key 隐藏主键id

This commit is contained in:
疯狂的狮子Li 2024-12-13 14:49:24 +08:00
parent 8a034662c7
commit 1f93137b80

View File

@ -159,8 +159,8 @@ const dialog = reactive<DialogOption>({
//
const columns = ref<FieldOption[]>([
{ key: 0, label: `主建`, visible: true },
{ key: 1, label: `配置key`, visible: false },
{ key: 0, label: `主建`, visible: false },
{ key: 1, label: `配置key`, visible: true },
{ key: 2, label: `访问站点`, visible: true },
{ key: 3, label: `自定义域名`, visible: true },
{ key: 4, label: `桶名称`, visible: true },