Commit ae356a78 authored by liudong1993's avatar liudong1993

1

parent 24ad8cf1
......@@ -188,6 +188,8 @@
prop=""
:label="$t('objFill.caiwubz')" width="130px">
<template slot-scope="scope">
<p v-if="EmployeeId==2786 && scope.row.RoomDayState==1">房费单天数<i class="el-icon-success" style="color: #5cb6ff;"></i></p>
<p v-if="EmployeeId==2786 &&scope.row.RoomDayState==2">房费单天数<i class="el-icon-warning" style="color: red;"></i></p>
<p>{{scope.row.AuditRemark}}</p>
<i class="el-icon-edit" @click="financeRemark(scope.row)" v-if="active==1 && EmployeeId==scope.row.OutGroupAuditEmpId && EmployeeId !=5"></i>
</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