xuncharenwu

This commit is contained in:
shilixia 2021-05-11 13:11:58 +08:00
parent bd301335af
commit 9605d2eef4
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
ENV = 'development'
# base api
VUE_APP_BASE_API = 'http://10.0.11.127:8000/api'
#VUE_APP_BASE_API = 'http://127.0.0.1:8000/api'
#VUE_APP_BASE_API = 'http://10.0.11.127:8000/api'
VUE_APP_BASE_API = 'http://127.0.0.1:8000/api'
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.

View File

@ -97,14 +97,14 @@
>
<template slot-scope="scope">
<el-button
:disabled="!checkPermission(['inspectTable'])"
:disabled="!checkPermission(['qualityinspect'])"
type="primary"
size="small"
icon="el-icon-edit"
@click="handleEdit(scope)"
/>
<el-button
:disabled="!checkPermission(['inspectTable'])"
:disabled="!checkPermission(['qualityinspect'])"
type="danger"
size="small"
icon="el-icon-delete"