513a4a97 by 杨炀

no message

1 parent 553fc11c
......@@ -3,7 +3,7 @@
<div class="box">
<div class="indexTitle">
<h3 class="leftboderTT">{{ language==0?'我的发票':'My invoice' }}
<el-button @click="goAdd" type="primary" class="btn-lineG fr">开发票</el-button>
<el-button @click="goAdd" type="primary" class="btn-lineG fr">{{ language==0?'开发票':'Invoicing' }}</el-button>
</h3>
</div>
<el-card class="mt30 mb60">
......@@ -29,9 +29,11 @@
<div class="warning" v-if="b.isInvoice == '2'"> 已取消</div>
</div>
<div>
<button class="billbtn" v-if="b.isInvoice == '0'" @click.stop="editDetail(b)"> 修改发票</button>
<button class="billbtn" v-if="b.isInvoice == '0'" @click.stop="editDetail(b)">
{{ language == 0 ? '修改发票':'Edit' }}
</button>
<button class="billbtn rbtn-m-kx"
@click.stop="showDetail(b)">详情</button>
@click.stop="showDetail(b)">{{ language==0?'详情':'Detail' }}</button>
</div>
</div>
......@@ -74,7 +76,7 @@ function getList() {
function goAdd() {
//选择开票订单
var obj = {
title: '选择开票订单',
title: language.value==0?'选择开票订单':'Select the invoicing order',
show: true,
choosedList:[]
}
......
......@@ -5,7 +5,7 @@
<h3 class="leftboderTT">{{ language==0?'我的预订':'My reservation' }}
</h3>
<el-button class="fr" type="primary" plain @click="toInvoice">发票开具</el-button>
<el-button class="fr" type="primary" plain @click="toInvoice">{{ language==0?'发票开具':'Invoice' }}</el-button>
</div>
<el-empty :image="`/img/order_no.png`" :image-size="228" v-if="list?.length == 0"/>
<div class="pd20">
......
......@@ -82,7 +82,7 @@ export default defineConfig(({ mode, command }) => {
rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '')
},
'/dev-api': {
target: 'http://192.168.1.131:8081/',
target: 'http://192.168.1.118:8081/',
// target: 'https://dance.itechtop.cn/stage-api',
// target: 'https://wdsfwuxicenter.com/stage-api',
changeOrigin: true,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!