Merge branch 'lx-dev' of gitee.com:cabbage_qd/web-base-admin into lx-test
This commit is contained in:
commit
e579564c1d
|
@ -3,8 +3,8 @@ ENV = 'production'
|
|||
|
||||
# base api
|
||||
VUE_APP_BASE_API = '/prod-api'
|
||||
VUE_APP_CLIENT_ADDRESS = 'http://app.beida413.com/#/'
|
||||
VUE_APP_APP_ADDRESS = 'http://app.beida413.com/#/'
|
||||
VUE_APP_CLIENT_ADDRESS = 'https://t-app.beida413.com/#/'
|
||||
VUE_APP_APP_ADDRESS = 'https://t-app.beida413.com/#/'
|
||||
# 打包:
|
||||
# npm run build:prod
|
||||
|
||||
|
|
|
@ -60,8 +60,8 @@
|
|||
<div class="main">
|
||||
<div class="maintop">
|
||||
<div class="mainbtn">
|
||||
<el-button size="small" class="thebtn1" @click="handleExport">
|
||||
{{ '导出' }}</el-button>
|
||||
<el-button v-hasButtons="['ProductSaleStatisticsExport']" size="small" class="thebtn1" @click="handleExport">
|
||||
导出</el-button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="maintable">
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<div class="main">
|
||||
<div class="maintop">
|
||||
<div class="mainbtn">
|
||||
<el-button size="small" class="thebtn1" @click="handleExport">
|
||||
<el-button v-hasButtons="['ProductSaleStatisticsDetailExport']" size="small" class="thebtn1" @click="handleExport">
|
||||
{{ '导出' }}</el-button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue