Merge remote-tracking branch 'websoft/master'
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
</template>
|
||||
<template #accessType="{ row }">
|
||||
<el-tag
|
||||
class="status-text"
|
||||
:class="
|
||||
row.accessType === 'formal' ? 'archive-tag--deep-blue' : 'archive-tag--light-blue'
|
||||
"
|
||||
@@ -58,6 +59,7 @@
|
||||
</template>
|
||||
<template #approvalStatus="{ row }">
|
||||
<el-tag
|
||||
class="status-text"
|
||||
:class="{
|
||||
'archive-tag--deep-blue': row.approvalStatus === 'approved',
|
||||
'archive-tag--light-blue': row.approvalStatus === 'reviewing',
|
||||
@@ -72,7 +74,7 @@
|
||||
</el-tag>
|
||||
</template>
|
||||
<template #status="{ row }">
|
||||
<el-tag :type="row.status === 1 ? 'primary' : 'info'">
|
||||
<el-tag :type="row.status === 1 ? 'primary' : 'info'" class="status-text">
|
||||
{{ row.status === 1 ? '启用' : '停用' }}
|
||||
</el-tag>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user