mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 21:36:44 +08:00
图标隐藏
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>1
|
||||
<div class="taskadd">
|
||||
<div style="display: flex">
|
||||
<div class="left clearfix">
|
||||
@@ -6,7 +6,7 @@
|
||||
<div class="tit">
|
||||
阶段
|
||||
<img src="../../assets/images/projectadd/right.png" style="margin-left: 10px; cursor: pointer"
|
||||
@click="showCancel"/>
|
||||
@click="showCancel" v-show="projectInfo.stageList[0].id != '0'" />
|
||||
</div>
|
||||
<div class="btn btn3" @click="showModal" style="margin-left: 19px">
|
||||
<div class="search"></div>
|
||||
|
||||
Reference in New Issue
Block a user