This commit is contained in:
qsh
2024-08-09 16:25:11 +08:00
parent a3dc76e6a8
commit a5e1a97d93
3 changed files with 20 additions and 4 deletions

View File

@@ -22,7 +22,13 @@
<el-button type="primary" v-hasPermi="['clue:pool:update']" plain @click="handleUpdate">
修改
</el-button>
<el-button type="danger" v-hasPermi="['clue:pool:delete']" plain @click="handleRemove">
<el-button
type="danger"
v-if="info.state != '成交'"
v-hasPermi="['clue:pool:delete']"
plain
@click="handleRemove"
>
删除
</el-button>
</div>