|
@@ -90,7 +90,7 @@
|
|
|
<sa-td name="复核员" prop="diaoDuPerson"></sa-td>
|
|
|
<sa-td name="统计稽查员" prop="jiChaPerson"></sa-td>
|
|
|
<sa-td name="部门负责人" prop="judgeBy"></sa-td>
|
|
|
- <sa-td name="审核时间" prop="judgeTime" width="140"></sa-td>
|
|
|
+ <!-- <sa-td name="审核时间" prop="judgeTime" width="140"></sa-td> -->
|
|
|
<el-table-column label="操作" fixed="right" width="120px" v-if="sa.isAuth('tb-fee-statistics-judge')">
|
|
|
<template slot-scope="s">
|
|
|
<el-button class="c-btn" type="primary" icon="el-icon-edit" @click="judgeFn(s.row)">审核
|