zhangjie 1 年間 前
コミット
7690e0e6e1

+ 1 - 1
src/views/work-hours/work-hours-manage/work-statistics/index.vue

@@ -67,7 +67,7 @@
         <template #operate="{ row }">
         <template #operate="{ row }">
           <div v-if="perm.LINK_Reject" class="table-operations">
           <div v-if="perm.LINK_Reject" class="table-operations">
             <t-link
             <t-link
-              v-if="row.status === 'AUDITING'"
+              v-if="row.status === 'APPLY_WITHDRAW'"
               theme="primary"
               theme="primary"
               hover="color"
               hover="color"
               @click="handlePass(row)"
               @click="handlePass(row)"