Skip to content

Commit 22204e4

Browse files
committed
refactor: Update table column property from 'id' to 'clientId' in Applications.vue for accurate data representation
1 parent 6a51976 commit 22204e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/daas/src/views/api-page/Applications.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<span>{{ $t('application_create') }}</span>
2323
</ElButton>
2424
</div>
25-
<el-table-column :label="$t('application_header_id')" :show-overflow-tooltip="true" prop="id" width="220">
25+
<el-table-column :label="$t('application_header_id')" :show-overflow-tooltip="true" prop="clientId" width="220">
2626
<!-- <template slot-scope="scope"> -->
2727
</el-table-column>
2828
<el-table-column

0 commit comments

Comments
 (0)