mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-29 09:50:16 +00:00
6 lines
208 B
Plaintext
6 lines
208 B
Plaintext
<el-table-column :label="t('{LANG}')" min-width="180" align="center" :show-overflow-tooltip="true">
|
|
<template #default="{ row }">
|
|
{{ row.{COLUMN_NAME} || '' }}
|
|
</template>
|
|
</el-table-column>
|