update code

prv
haha 2024-03-06 22:42:52 +08:00
parent 7a9a039391
commit 09964fd6b6
1 changed files with 2 additions and 2 deletions

View File

@ -212,8 +212,8 @@
<el-table-column prop="businessKeyName" label="项目名称" min-width="150"></el-table-column>
<el-table-column prop="total" label="申请状态">
<template slot-scope="scope">
<span v-show="scope.row.finishTime" style="color:#01A9FF"></span>
<span v-show="!scope.row.finishTime" style="color:rgb(30 215 51)"></span>
<span v-show="!scope.row.finishTime" style="color:#01A9FF"></span>
<span v-show="scope.row.finishTime" style="color:rgb(30 215 51)"></span>
</template>
</el-table-column>
<el-table-column prop="createTime" label="申请时间" min-width="90">