ystl_myq il y a 6 mois
Parent
commit
22cf7e7752
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      src/views/evaluate/children/change/mould/manageObject.vue

+ 1 - 2
src/views/evaluate/children/change/mould/manageObject.vue

@@ -454,7 +454,7 @@ const editConfig = ref({
   mode: "cell",
   showStatus: true,
   beforeEditMethod({ row }) {
-    if (row.valueInput == 4) {
+    if (row.valueInput == 4 || row.valueInput == "4") {
       return false;
     }
     return true;
@@ -757,7 +757,6 @@ const automaticCollectionApi = async () => {
             </Auth>
           </div>
         </div>
-        {{ console.log("完成值录入人", initParams.Indexlist) }}
         <vxe-table
           ref="tableVxeRef"
           class="mt-3"