Browse Source

修改登录
用户新加检索条件

Qukatie 1 week ago
parent
commit
ac9de29e8f
2 changed files with 7 additions and 1 deletions
  1. 1 0
      src/page/login/userlogin.vue
  2. 6 1
      src/views/system/user.vue

+ 1 - 0
src/page/login/userlogin.vue

@@ -241,6 +241,7 @@
       handleLogin() {
         this.$refs.loginForm.validate(valid => {
           if (valid) {
+            this.loginForm.tenantId='000000'
             const loading = this.$loading({
               lock: true,
               text: '登录中,请稍后。。。',

+ 6 - 1
src/views/system/user.vue

@@ -239,7 +239,7 @@ export default {
         calcHeight: 80,
         tip: false,
         searchShow: true,
-        searchMenuSpan: 6,
+        searchMenuSpan: 24,
         border: true,
         index: true,
         selection: true,
@@ -305,6 +305,11 @@ export default {
             ]
           },
           {
+            label: "手机号",
+            prop: "phone",
+            search: true,
+          },
+          {
             label: "用户状态",
             prop: "workingStatus",
             type: "select",