智慧教务系统
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.
 
 
 
 
 
 

7 lines
313 B

<el-table-column :label="t('{LANG}')" min-width="180" align="center" :show-overflow-tooltip="true">
<template #default="{ row }">
<div v-for="(item, index) in {DICT_TYPE}">
<div v-if="item.value == row.{COLUMN_NAME}">{{ item.name }}</div>
</div>
</template>
</el-table-column>