You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
208 B
5 lines
208 B
<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>
|
|
|