Pārlūkot izejas kodu

调整费用报销的审核人模式

Lijy 1 gadu atpakaļ
vecāks
revīzija
b7744ac77d

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/expense/expense.vue

@@ -379,7 +379,7 @@
                 <span v-if="scope.row.status == 0 || scope.row.status == 3">{{ statusTxt[scope.row.status] }}</span>
               </template>
             </el-table-column>
-            <el-table-column prop="reviewProcess" :label="'审核流程'" width="180">
+            <el-table-column prop="reviewProcess" :label="'审核流程'" width="180" v-if="auditTypeItem.auditType == 2">
               <template slot-scope="scope">
                 <span v-if="scope.row.reviewProcess == 0">待第一审核人审核</span>
                 <span v-if="scope.row.reviewProcess == 1">待第二审核人审核</span>