zhangjie 1 年間 前
コミット
1a271f9066

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

@@ -81,7 +81,10 @@
           <div class="table-operations" @click.stop>
             <template v-if="perm.LINK_Submit">
               <t-link
-                v-if="row.submitStatus === 'WILL_SUBMIT'"
+                v-if="
+                  row.submitStatus === 'WILL_SUBMIT' ||
+                  row.submitStatus === 'AGREE_WITHDRAW'
+                "
                 theme="primary"
                 hover="color"
                 @click="handleSubmit(row)"