minor fix

master
huangjinysf 3 months ago
parent 9add61c9e9
commit 7dc2e72cb6

@ -1,7 +1,8 @@
// API配置文件 // API配置文件
export const API_CONFIG = { export const API_CONFIG = {
// API服务器基础地址 // API服务器基础地址
BASE_URL: 'http://192.168.110.38:8100', // BASE_URL: 'http://192.168.110.38:8100',
BASE_URL: 'http://localhost:8100',
// API端点 // API端点
ENDPOINTS: { ENDPOINTS: {

@ -36,17 +36,16 @@
>帕累托分析</el-button> >帕累托分析</el-button>
</el-col> </el-col>
<el-col :span="1.5"> <el-col :span="1.5">
<el-button <el-button
type="success" type="success"
plain plain
icon="Edit" icon="Edit"
:disabled="single"
@click="handleUpdate" @click="handleUpdate"
v-hasPermi="['warehouse:WmsImportResult:edit']" v-hasPermi="['warehouse:WmsImportResult:edit']"
>修改</el-button> >项目分析</el-button>
</el-col> </el-col>
<el-col :span="1.5"> <el-col :span="1.5">
<el-button <el-button
type="danger" type="danger"
@ -55,7 +54,7 @@
:disabled="multiple" :disabled="multiple"
@click="handleDelete" @click="handleDelete"
v-hasPermi="['warehouse:WmsImportResult:remove']" v-hasPermi="['warehouse:WmsImportResult:remove']"
>删除</el-button> >趋势分析</el-button>
</el-col> </el-col>
<el-col :span="1.5"> <el-col :span="1.5">
<el-button <el-button

Loading…
Cancel
Save