|
|
@@ -168,11 +168,7 @@
|
|
|
|
|
|
<zm-table-column label="证书类别" align="center" width="150" prop="classify">
|
|
|
<template #default="scope">
|
|
|
- <dict-tag
|
|
|
- v-if="scope.row.type === 'organization'"
|
|
|
- :type="DICT_TYPE.ORG_CERT"
|
|
|
- :value="scope.row.classify" />
|
|
|
- <dict-tag v-else :type="DICT_TYPE.PERSON_CERT" :value="scope.row.classify" />
|
|
|
+ <dict-tag :type="DICT_TYPE.ORG_CERT" :value="scope.row.classify" />
|
|
|
</template>
|
|
|
</zm-table-column>
|
|
|
<zm-table-column
|