513a4a97 by 杨炀

no message

1 parent 553fc11c
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
3 <div class="box"> 3 <div class="box">
4 <div class="indexTitle"> 4 <div class="indexTitle">
5 <h3 class="leftboderTT">{{ language==0?'我的发票':'My invoice' }} 5 <h3 class="leftboderTT">{{ language==0?'我的发票':'My invoice' }}
6 <el-button @click="goAdd" type="primary" class="btn-lineG fr">开发票</el-button> 6 <el-button @click="goAdd" type="primary" class="btn-lineG fr">{{ language==0?'开发票':'Invoicing' }}</el-button>
7 </h3> 7 </h3>
8 </div> 8 </div>
9 <el-card class="mt30 mb60"> 9 <el-card class="mt30 mb60">
...@@ -29,9 +29,11 @@ ...@@ -29,9 +29,11 @@
29 <div class="warning" v-if="b.isInvoice == '2'"> 已取消</div> 29 <div class="warning" v-if="b.isInvoice == '2'"> 已取消</div>
30 </div> 30 </div>
31 <div> 31 <div>
32 <button class="billbtn" v-if="b.isInvoice == '0'" @click.stop="editDetail(b)"> 修改发票</button> 32 <button class="billbtn" v-if="b.isInvoice == '0'" @click.stop="editDetail(b)">
33 {{ language == 0 ? '修改发票':'Edit' }}
34 </button>
33 <button class="billbtn rbtn-m-kx" 35 <button class="billbtn rbtn-m-kx"
34 @click.stop="showDetail(b)">详情</button> 36 @click.stop="showDetail(b)">{{ language==0?'详情':'Detail' }}</button>
35 37
36 </div> 38 </div>
37 </div> 39 </div>
...@@ -74,7 +76,7 @@ function getList() { ...@@ -74,7 +76,7 @@ function getList() {
74 function goAdd() { 76 function goAdd() {
75 //选择开票订单 77 //选择开票订单
76 var obj = { 78 var obj = {
77 title: '选择开票订单', 79 title: language.value==0?'选择开票订单':'Select the invoicing order',
78 show: true, 80 show: true,
79 choosedList:[] 81 choosedList:[]
80 } 82 }
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 <h3 class="leftboderTT">{{ language==0?'我的预订':'My reservation' }} 5 <h3 class="leftboderTT">{{ language==0?'我的预订':'My reservation' }}
6 </h3> 6 </h3>
7 7
8 <el-button class="fr" type="primary" plain @click="toInvoice">发票开具</el-button> 8 <el-button class="fr" type="primary" plain @click="toInvoice">{{ language==0?'发票开具':'Invoice' }}</el-button>
9 </div> 9 </div>
10 <el-empty :image="`/img/order_no.png`" :image-size="228" v-if="list?.length == 0"/> 10 <el-empty :image="`/img/order_no.png`" :image-size="228" v-if="list?.length == 0"/>
11 <div class="pd20"> 11 <div class="pd20">
......
...@@ -82,7 +82,7 @@ export default defineConfig(({ mode, command }) => { ...@@ -82,7 +82,7 @@ export default defineConfig(({ mode, command }) => {
82 rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '') 82 rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '')
83 }, 83 },
84 '/dev-api': { 84 '/dev-api': {
85 target: 'http://192.168.1.131:8081/', 85 target: 'http://192.168.1.118:8081/',
86 // target: 'https://dance.itechtop.cn/stage-api', 86 // target: 'https://dance.itechtop.cn/stage-api',
87 // target: 'https://wdsfwuxicenter.com/stage-api', 87 // target: 'https://wdsfwuxicenter.com/stage-api',
88 changeOrigin: true, 88 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!