Commit 763c44ca by haojie

减去部分不必要的标签

parent 8f1ca7d1
...@@ -6,14 +6,12 @@ ...@@ -6,14 +6,12 @@
<slot name="hover"></slot> <slot name="hover"></slot>
</div> </div>
</div> </div>
<div> <template v-if="edit">
<template v-if="edit"> <ChangeName :value="value" @change="nameChange"></ChangeName>
<ChangeName :value="value" @change="nameChange"></ChangeName> </template>
</template> <template v-else>
<template v-else> {{ name }}
{{ name }} </template>
</template>
</div>
</div> </div>
</template> </template>
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
> >
<div class="custom-card-two-image"> <div class="custom-card-two-image">
<img alt="" :src="img" /> <img alt="" :src="img" />
<!-- <img alt="" v-lazy="img" /> -->
<div v-show="showHover" :class="['hover']"> <div v-show="showHover" :class="['hover']">
<slot name="hover"></slot> <slot name="hover"></slot>
</div> </div>
......
...@@ -41,10 +41,7 @@ ...@@ -41,10 +41,7 @@
</div> </div>
</template> </template>
<template v-if="item.status == 2"> <template v-if="item.status == 2">
<div class="digtal-people-status process"> <div class="digtal-people-status process"><OtherLoading></OtherLoading>生成中</div>
<OtherLoading></OtherLoading>
<span>生成中</span>
</div>
</template> </template>
</template> </template>
</CardTwo> </CardTwo>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment