|
@@ -32,7 +32,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 未使用 -->
|
|
<!-- 未使用 -->
|
|
|
<template v-if="item.status == 0">
|
|
<template v-if="item.status == 0">
|
|
|
- <button class="button-com red big" @click="goUserFn">使用</button>
|
|
|
|
|
|
|
+ <button class="button-com red big">待用</button>
|
|
|
</template>
|
|
</template>
|
|
|
<!-- 已使用 -->
|
|
<!-- 已使用 -->
|
|
|
<template v-else-if="item.status == 1">
|
|
<template v-else-if="item.status == 1">
|
|
@@ -133,10 +133,6 @@ export default {
|
|
|
this.resetList()
|
|
this.resetList()
|
|
|
this.getHbList()
|
|
this.getHbList()
|
|
|
}
|
|
}
|
|
|
- },
|
|
|
|
|
- // 去使用
|
|
|
|
|
- goUserFn() {
|
|
|
|
|
- console.log(this.item)
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|