|
@@ -454,10 +454,12 @@ const editConfig = ref({
|
|
mode: "cell",
|
|
mode: "cell",
|
|
showStatus: true,
|
|
showStatus: true,
|
|
beforeEditMethod({ row }) {
|
|
beforeEditMethod({ row }) {
|
|
|
|
+ console.log("编辑123212132", row);
|
|
if (row.valueInput == 4 || row.valueInput == "4") {
|
|
if (row.valueInput == 4 || row.valueInput == "4") {
|
|
return false;
|
|
return false;
|
|
|
|
+ } else {
|
|
|
|
+ return true;
|
|
}
|
|
}
|
|
- return true;
|
|
|
|
}
|
|
}
|
|
});
|
|
});
|
|
const editVxe = reactive({
|
|
const editVxe = reactive({
|
|
@@ -891,7 +893,7 @@ const automaticCollectionApi = async () => {
|
|
{{ dayjs(row.updateTime).format("YYYY-MM-DD HH:mm:ss") }}
|
|
{{ dayjs(row.updateTime).format("YYYY-MM-DD HH:mm:ss") }}
|
|
</template>
|
|
</template>
|
|
</vxe-column>
|
|
</vxe-column>
|
|
- <vxe-column field="updateTime" title="操作" fixed="right" width="180">
|
|
|
|
|
|
+ <vxe-column field="" title="操作" fixed="right" width="180">
|
|
<template #default> - </template>
|
|
<template #default> - </template>
|
|
</vxe-column>
|
|
</vxe-column>
|
|
</vxe-table>
|
|
</vxe-table>
|