|
@@ -173,6 +173,7 @@
|
|
<p class="b-desc" v-if="desc">{{ desc }}</p>
|
|
<p class="b-desc" v-if="desc">{{ desc }}</p>
|
|
<div class="j-button-group">
|
|
<div class="j-button-group">
|
|
<button
|
|
<button
|
|
|
|
+ v-if="!(!this.url && btntext === '查看发票')"
|
|
:class="{ 'j-button-confirm': true }"
|
|
:class="{ 'j-button-confirm': true }"
|
|
@click="confirm_ok"
|
|
@click="confirm_ok"
|
|
:disabled="btntext === '开票中'"
|
|
:disabled="btntext === '开票中'"
|