爬大哥分配国际化现实问题,ai介入字段显示
This commit is contained in:
@@ -208,6 +208,13 @@
|
||||
</el-tag>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="AI介入" align="center" prop="aiOperation">
|
||||
<template #default="scope">
|
||||
<el-tag size="small" :type="scope.row.aiOperation == 1 ? 'success' : 'info'">
|
||||
{{ dictLabelI18n(DICT_TYPE.INT_TRUE_FLASE, scope.row.aiOperation) || '-' }}
|
||||
</el-tag>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
<el-table-column :label="t('newHosts.createTime')" align="center" prop="createTime" :formatter="dateFormatter"
|
||||
width="180px" />
|
||||
|
||||
Reference in New Issue
Block a user