shaogen1995 3 سال پیش
والد
کامیت
8bd8048857
3فایلهای تغییر یافته به همراه3 افزوده شده و 4 حذف شده
  1. 1 2
      src/views/Tab6/index.vue
  2. 1 1
      src/views/Tab8/Dialog.vue
  3. 1 1
      src/views/Tab8/accredit.vue

+ 1 - 2
src/views/Tab6/index.vue

@@ -2,7 +2,7 @@
   <div class="tab6">
     <div class="crumbs">
       <div>
-        <span @click="$router.push('/Layout/tab1')">数据 /</span>
+        <span @click="$router.push('/Layout/tab4')">数据 /</span>
         <span @click="$router.go(-1)"> 表 /</span>
         <span class="active"> 字段</span>
       </div>
@@ -152,7 +152,6 @@ export default {
     // 封装一个获取表列表的方法
     async getInfoById(data) {
       let res = await getInfoById(this.tableId, data);
-      console.log(res);
       this.total = res.data.fieldData.total;
       this.tableData = res.data.fieldData.records;
 

+ 1 - 1
src/views/Tab8/Dialog.vue

@@ -13,7 +13,7 @@
     >
       <el-form-item label="账号" prop="userName">
         <el-input
-          :disabled="ruleForm.isAdmin === 1"
+          :disabled="!!ruleForm.id"
           v-model="ruleForm.userName"
           maxlength="15"
           show-word-limit

+ 1 - 1
src/views/Tab8/accredit.vue

@@ -2,7 +2,7 @@
   <div class="accredit">
     <div class="crumbs">
       <div>
-        <span @click="$router.push('/Layout/tab4')">用户 /</span>
+        <span @click="$router.push('/Layout/tab8')">用户 /</span>
         <span class="active"> 授权 </span>
       </div>
       <div class="title">{{ $route.params.p }}</div>