sc
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user