Ver Fonte

用户管理调整编辑状态

qymljy há 2 anos atrás
pai
commit
a640d71ade
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      src/HManagement/accountManage/modules/edit.vue
  2. 1 1
      vue.config.js

+ 1 - 1
src/HManagement/accountManage/modules/edit.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <el-button size="mini" :type="data.status !== 'ACTIVE'?'primary':''" :disabled="data.status === 'ACTIVE'" @click="onShow">编 辑</el-button>
+    <el-button size="mini" type="primary"  @click="onShow">编 辑</el-button>
     <el-drawer
       title="编辑用户"
       :visible.sync="drawer"

+ 1 - 1
vue.config.js

@@ -11,7 +11,7 @@ module.exports = {
       open: true,
       // host: '192.168.4.170',
       host: 'localhost',
-      port: 8080,
+      port: 8000,
       proxy: {
         '/apis': {
           target: 'http://61.164.207.46:8000',  // target host*/