Skip to content

Commit 292e3d9

Browse files
authored
Update system.vue (flipped-aurora#1341)
1 parent 3744aa0 commit 292e3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/view/systemTools/system/system.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<el-input v-model="config.mysql['log-mode']" />
176176
</el-form-item>
177177
</template>
178-
<template v-if="config.system.dbType === 'pgsql'">
178+
<template v-if="config.system['db-type'] === 'pgsql'">
179179
<el-form-item label="用户名">
180180
<el-input v-model="config.pgsql.username" />
181181
</el-form-item>

0 commit comments

Comments
 (0)