Commit e05c6551 authored by liudong1993's avatar liudong1993

1

parent 35fcc7de
...@@ -167,8 +167,13 @@ ...@@ -167,8 +167,13 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column v-if="active==1" <el-table-column v-if="active==1"
prop="AuditEmpName" prop=""
label="审批人"></el-table-column> label="审批人" width="130px">
<template slot-scope="scope">
<p>待审核:{{scope.row.AuditEmpName}}</p>
<p v-if="scope.row.FinanceAuditEmpName">已审核:{{scope.row.FinanceAuditEmpName}}/{{scope.row.FinanceOutGroupAuditDate}}</p>
</template>
</el-table-column>
<el-table-column v-if="active==2" <el-table-column v-if="active==2"
prop="" prop=""
label="审批结果"> label="审批结果">
...@@ -179,10 +184,10 @@ ...@@ -179,10 +184,10 @@
</el-table-column> </el-table-column>
<el-table-column v-if="active==2" <el-table-column v-if="active==2"
prop="" prop=""
label="审批信息" width="100"> label="审批信息" width="130px">
<template slot-scope="scope"> <template slot-scope="scope">
<p>{{scope.row.AuditEmpName}}</p> <p>{{scope.row.AuditEmpName}}/{{scope.row.OutGroupAuditDate}}</p>
<p>{{scope.row.OutGroupAuditDate}}</p> <p v-if="scope.row.FinanceAuditEmpName">{{scope.row.FinanceAuditEmpName}}/{{scope.row.FinanceOutGroupAuditDate}}</p>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
......
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