Przeglądaj źródła

官网,选型,bug修复

qymljy 1 rok temu
rodzic
commit
6c20f22c2d

+ 1 - 0
src/WebsiteManagement/caseManage/modules/add.vue

@@ -252,6 +252,7 @@ export default {
         content: {
           where: {
             condition: "",
+            isenable:true
           },
         },
       };

+ 1 - 0
src/WebsiteManagement/caseManage/modules/edit.vue

@@ -249,6 +249,7 @@ export default {
         content: {
           where: {
             condition: "",
+            isenable:true
           },
         },
       };

+ 1 - 0
src/WebsiteManagement/consultManage/modules/add.vue

@@ -187,6 +187,7 @@ export default {
         content: {
           where: {
             condition: "",
+            isused:"1"
           },
         },
       };

+ 1 - 0
src/WebsiteManagement/consultManage/modules/edit.vue

@@ -198,6 +198,7 @@ export default {
         content: {
           where: {
             condition: "",
+            isused:"1"
           },
         },
       };

+ 2 - 2
src/optionSystem/valveOption/DieFa.vue

@@ -1835,7 +1835,7 @@ td {
   font-size: 16px;
   color: #333333;
   padding: 20px 20px;
-  min-width: 120px;
+  width: 120px;
 }
 .custom-table {
   border: none;
@@ -1903,4 +1903,4 @@ td {
   border-top: none;
   border-bottom: none;
 }
-</style>
+</style>