Commit c5af1991 authored by Mac's avatar Mac

修改字段绑定

parent 4defc887
...@@ -72,10 +72,10 @@ ...@@ -72,10 +72,10 @@
</template> </template>
<template v-slot:body-cell-AuditStatus="props"> <template v-slot:body-cell-AuditStatus="props">
<q-td :props="props"> <q-td :props="props">
<span v-if="props.row.Type == 1">申请中</span> <span v-if="props.row.AuditStatus == 1">申请中</span>
<span v-if="props.row.Type == 2">待打款</span> <span v-if="props.row.AuditStatus == 2">待打款</span>
<span v-if="props.row.Type == 3">已打款</span> <span v-if="props.row.AuditStatus == 3">已打款</span>
<span v-if="props.row.Type == 4">拒绝</span> <span v-if="props.row.AuditStatus == 4">拒绝</span>
</q-td> </q-td>
</template> </template>
<template v-slot:body-cell-TimeStr="props"> <template v-slot:body-cell-TimeStr="props">
......
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