爬大哥分配国际化现实问题,ai介入字段显示

This commit is contained in:
2025-10-16 14:38:57 +08:00
parent 528efc81f9
commit b59fcedcde
2 changed files with 10 additions and 2 deletions

View File

@@ -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" />