|
|
|
@ -72,7 +72,7 @@
|
|
|
|
@click="todetail(item.id)" :ripple="true">查看
|
|
|
|
@click="todetail(item.id)" :ripple="true">查看
|
|
|
|
</u-button>
|
|
|
|
</u-button>
|
|
|
|
</block>
|
|
|
|
</block>
|
|
|
|
<block >
|
|
|
|
<block v-if="item.status==0 || item.status==1">
|
|
|
|
<u-button type="error" size="medium" @click="del(item.id)"
|
|
|
|
<u-button type="error" size="medium" @click="del(item.id)"
|
|
|
|
:custom-style="customStyle" :ripple="true">删除
|
|
|
|
:custom-style="customStyle" :ripple="true">删除
|
|
|
|
</u-button>
|
|
|
|
</u-button>
|
|
|
|
|