306132416@qq.com пре 4 година
родитељ
комит
0464820517
2 измењених фајлова са 7 додато и 6 уклоњено
  1. 3 3
      src/App.vue
  2. 4 3
      src/views/data/UploadLink.vue

+ 3 - 3
src/App.vue

@@ -135,7 +135,7 @@ export default {
     localTest(){
       // 本地调试打开
       this.loadingFlag = false;
-      this.isManufacturer = "manufacturer"; //  distributor
+      this.isManufacturer = "distributor"; //  distributor
       if (this.isManufacturer === "manufacturer") {
         if (this.$route.path === "/loading")
           this.$router.replace({ path: "/uploadInfor" });
@@ -145,7 +145,7 @@ export default {
       } else {
         if (this.$route.path === "/loading")
           this.$router.replace({ path: "/inforList" });
-        localStorage.setItem("userId", 2002);
+        localStorage.setItem("userId", 3145);
         sessionStorage.setItem("userNameAccount", "L0210_MM");
         this.userAccount = "L0210_MM";
       }
@@ -161,7 +161,7 @@ export default {
   created() {
      this.loadingFlag = true;
      this.getData(); // 线上打开
-    //this.localTest();// 本地调试打开
+   // this.localTest();// 本地调试打开
   },
 };
 </script>

+ 4 - 3
src/views/data/UploadLink.vue

@@ -788,15 +788,16 @@ export default {
 }
 .tableBox table {
   border-collapse: collapse;
-  border: 0px;
+  border: 0;
 }
 .tableBox table td {
   border: 1px solid #ccc;
-  border-right: 0px;
-  border-bottom: 0px;
+  border-right: 0;
+  border-bottom: 0;
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
+  display:block!important;
 }
 // 表头样式
 .theadStyle tr td {