Commit 4f84f1f3 authored by 刘怀志's avatar 刘怀志

66383 挂号管理-列表挂账状态的颜色显示不正确

parent 9de121fb
......@@ -184,7 +184,7 @@
<el-table-column align="left" label="就诊时间" min-width="80" prop="visitDateTime" show-overflow-tooltip />
<el-table-column align="left" label="缴费状态" min-width="70" prop="payStatus" show-overflow-tooltip>
<template slot-scope="scope">
<span :style="showStatus(scope.row.payStatus) === '• 已缴费' ? 'color: #67C23A' : 'color: #F56C6C'">{{
<span :style="showStatus(scope.row.payStatus) === '• 已缴费' ? 'color: #5FB54B' : (showStatus(scope.row.payStatus) === '• 待缴费' ? 'color: #FF9D4E' : 'color: #3490CE')">{{
showStatus(scope.row.payStatus) || '-'
}}</span>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment