fix: 知识库文件夹审批状态
This commit is contained in:
@@ -118,19 +118,17 @@
|
||||
<PoolTaskSelect :modelValue="row.poolInfos" :editable="false" />
|
||||
</template>
|
||||
<template #approvalStatus="{ row, column }">
|
||||
<template v-if="row.dataType === 2">
|
||||
<el-button
|
||||
type="primary"
|
||||
link
|
||||
@click="openProcessFun(row)"
|
||||
v-if="row[column.field] === 'pending'"
|
||||
>
|
||||
{{ KNOWLEDGE_APPROVE_STATUS.O[row[column.field]] }}
|
||||
</el-button>
|
||||
<el-button type="primary" link @click="openProcessFun(row)" v-else>
|
||||
{{ $t('知识库.审批完成') }}
|
||||
</el-button>
|
||||
</template>
|
||||
<el-button
|
||||
type="primary"
|
||||
link
|
||||
@click="openProcessFun(row)"
|
||||
v-if="row[column.field] === 'pending'"
|
||||
>
|
||||
{{ KNOWLEDGE_APPROVE_STATUS.O[row[column.field]] }}
|
||||
</el-button>
|
||||
<el-button type="primary" link @click="openProcessFun(row)" v-else>
|
||||
{{ $t('知识库.审批完成') }}
|
||||
</el-button>
|
||||
</template>
|
||||
<template #approveType="{ row, column }">
|
||||
<el-button
|
||||
|
||||
Reference in New Issue
Block a user