【修改】强制撤回修改参数
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
<el-button type="text" size="small" @click="view(row)">
|
||||
查看
|
||||
</el-button>
|
||||
<el-button type="text" size="small" @click="withdraw">
|
||||
<el-button type="text" size="small" @click="withdraw(row)" v-if="row.isEnd === '0'">
|
||||
<span>强制撤回</span>
|
||||
</el-button>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user