flat: 暂存
This commit is contained in:
@@ -74,13 +74,13 @@
|
||||
</template>
|
||||
<!--自定义按钮-->
|
||||
<template slot="menuLeft">
|
||||
<el-button type="success" size="small" plain icon="el-icon-plus" @click="handleImport"
|
||||
v-show="vaildData(permission.tenant_main_talents_certain_index_add, false)">批量导入
|
||||
</el-button>
|
||||
<el-button type="warning" size="small" plain :disabled="!selectionList.length" icon="el-icon-sort"
|
||||
@click="handleTransfer"
|
||||
v-show="vaildData(permission.tenant_main_talents_certain_index_transfergroup, false)">转移推送
|
||||
</el-button>
|
||||
<!-- <el-button type="success" size="small" plain icon="el-icon-plus" @click="handleImport"-->
|
||||
<!-- v-show="vaildData(permission.tenant_main_talents_certain_index_add, false)">批量导入-->
|
||||
<!-- </el-button>-->
|
||||
<!-- <el-button type="warning" size="small" plain :disabled="!selectionList.length" icon="el-icon-sort"-->
|
||||
<!-- @click="handleTransfer"-->
|
||||
<!-- v-show="vaildData(permission.tenant_main_talents_certain_index_transfergroup, false)">转移推送-->
|
||||
<!-- </el-button>-->
|
||||
<el-button type="danger" size="small" icon="el-icon-delete" @click="handleDelete"
|
||||
:disabled="!selectionList.length" plain
|
||||
v-show="vaildData(permission.tenant_main_talents_certain_index_transfergroup, false)">
|
||||
|
||||
@@ -24,7 +24,7 @@ module.exports = {
|
||||
port: 1888,
|
||||
proxy: {
|
||||
"/api": {
|
||||
target: 'http://192.168.1.105:8000',
|
||||
target: 'http://10.165.0.173:8000',
|
||||
ws: true,
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
|
||||
Reference in New Issue
Block a user