1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-06 07:21:24 +08:00

Fuzzy query debug

This commit is contained in:
assina045
2023-06-10 03:43:43 +08:00
parent 5d43ea9f55
commit b96b3a8cf6
9 changed files with 104 additions and 21 deletions

View File

@@ -21,17 +21,15 @@
<el-table-column label="申请者" prop="applicantId">
<template #default="scope">
{{
scope.row.applicantId === 1652714496280469506
scope.row.applicantId === 1
? 'admin'
: scope.row.applicantId === 1652714496280469506
? 'cyb'
: scope.row.applicantId === 1654151146072145921
? 'syf'
: scope.row.applicantId === 1654151877520973826
? 'gzw'
: scope.row.applicantId === 1654151930402746370
? 'yrm'
: scope.row.applicantId === 1
? 'admin'
: 'ggb'
: 'yrm'
}}
</template>
</el-table-column>