fix:路径图结束时,更多操作栏内操作未变化问题修改

This commit is contained in:
wyx
2023-04-07 11:24:14 +08:00
parent ec6398a7f3
commit 6ccdaac1b9
2 changed files with 3 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ import {USER_PERMISSION} from "@/api/ThirdApi";
const store = useStore();
const isLogin = ref(false);
console.log("版本2.4.4------------");
console.log("版本2.4.5------------");

View File

@@ -148,7 +148,7 @@
>撤回</a-button
>
<a-button
v-if="record.state === '已发布'"
v-if="tableData[record.key].state === '已发布'"
@click="showStopModal(record.id)"
type="link"
>结束</a-button
@@ -1132,6 +1132,7 @@ export default {
let array = [];
data.map((value, index) => {
let obj = {
key: index,
id: value.routerId,
number: (state.currentPage - 1) * state.pageSize + index + 1,
manager: value.name ? value.name : "-",