mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-30 10:10:16 +00:00
5 lines
177 B
Plaintext
5 lines
177 B
Plaintext
<el-table-column :label="t('{LANG}')" min-width="180" align="center">
|
|
<template #default="{ row }">
|
|
{{ row.{COLUMN_NAME} || '' }}
|
|
</template>
|
|
</el-table-column> |