修改bug:导出删除
This commit is contained in:
@@ -17,8 +17,8 @@ let baseURL = ''
|
|||||||
if (process.env.NODE_ENV === 'development') {
|
if (process.env.NODE_ENV === 'development') {
|
||||||
// 生产环境
|
// 生产环境
|
||||||
// baseURL = "https://api.tkpage.yolozs.com"
|
// baseURL = "https://api.tkpage.yolozs.com"
|
||||||
baseURL = "http://192.168.1.174:8101"
|
// baseURL = "http://192.168.1.174:8101"
|
||||||
// baseURL = "http://47.79.98.113:8101"
|
baseURL = "http://47.79.98.113:8101"
|
||||||
} else {
|
} else {
|
||||||
// 测试环境
|
// 测试环境
|
||||||
// baseURL = "http://120.26.251.180:8085/"
|
// baseURL = "http://120.26.251.180:8085/"
|
||||||
|
|||||||
@@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
<el-button class="serch-button" style="margin-left: 50px;" type="primary" @click="serch">{{
|
<el-button class="serch-button" style="margin-left: 50px;" type="primary" @click="serch">{{
|
||||||
$t('hostList.query') }}</el-button>
|
$t('hostList.query') }}</el-button>
|
||||||
<el-button class="put-button" :disabled="tableData.length == 0" type="primary" @click="exportList">{{
|
<!-- <el-button class="put-button" :disabled="tableData.length == 0" type="primary" @click="exportList">{{
|
||||||
$t('hostList.export') }}</el-button>
|
$t('hostList.export') }}</el-button> -->
|
||||||
<!-- <el-button class="put-button" type="primary" @click="dialogFormVisible = true">分配给指定员工</el-button> -->
|
<!-- <el-button class="put-button" type="primary" @click="dialogFormVisible = true">分配给指定员工</el-button> -->
|
||||||
<el-button @click="filterdialogVisible = true" style="width: 50px;" class="put-button" type="primary"><img
|
<el-button @click="filterdialogVisible = true" style="width: 50px;" class="put-button" type="primary"><img
|
||||||
style="height: 30px;" src="@/assets/filter.png"></el-button>
|
style="height: 30px;" src="@/assets/filter.png"></el-button>
|
||||||
|
|||||||
Reference in New Issue
Block a user