We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a51976 commit 22204e4Copy full SHA for 22204e4
apps/daas/src/views/api-page/Applications.vue
@@ -22,7 +22,7 @@
22
<span>{{ $t('application_create') }}</span>
23
</ElButton>
24
</div>
25
- <el-table-column :label="$t('application_header_id')" :show-overflow-tooltip="true" prop="id" width="220">
+ <el-table-column :label="$t('application_header_id')" :show-overflow-tooltip="true" prop="clientId" width="220">
26
<!-- <template slot-scope="scope"> -->
27
</el-table-column>
28
<el-table-column
0 commit comments