|
@@ -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"
|