Commit 2a562ac9 authored by liudong1993's avatar liudong1993

1 PIC优先付款 补充

parent 8cbea9e0
...@@ -1235,7 +1235,7 @@ ...@@ -1235,7 +1235,7 @@
<template slot-scope="scope"> <template slot-scope="scope">
<div valign="middle"> <div valign="middle">
<img class="_head_img" :src="scope.row.EmPhoto" alt=""> <img class="_head_img" :src="scope.row.EmPhoto" alt="">
<span>{{scope.row.EmName}}</span> <span>{{scope.row.EmName}} <i v-if="scope.row.PICPriorityPay&&scope.row.PICPriorityPay==1" class="el-icon-share" style="color:red"></i></span>
<div>{{scope.row.CreateDate}}</div> <div>{{scope.row.CreateDate}}</div>
</div> </div>
</template> </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