|
@@ -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)"
|