mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
fix:路径图结束时,更多操作栏内操作未变化问题修改
This commit is contained in:
@@ -34,7 +34,7 @@ import {USER_PERMISSION} from "@/api/ThirdApi";
|
|||||||
const store = useStore();
|
const store = useStore();
|
||||||
const isLogin = ref(false);
|
const isLogin = ref(false);
|
||||||
|
|
||||||
console.log("版本2.4.4------------");
|
console.log("版本2.4.5------------");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -148,7 +148,7 @@
|
|||||||
>撤回</a-button
|
>撤回</a-button
|
||||||
>
|
>
|
||||||
<a-button
|
<a-button
|
||||||
v-if="record.state === '已发布'"
|
v-if="tableData[record.key].state === '已发布'"
|
||||||
@click="showStopModal(record.id)"
|
@click="showStopModal(record.id)"
|
||||||
type="link"
|
type="link"
|
||||||
>结束</a-button
|
>结束</a-button
|
||||||
@@ -1132,6 +1132,7 @@ export default {
|
|||||||
let array = [];
|
let array = [];
|
||||||
data.map((value, index) => {
|
data.map((value, index) => {
|
||||||
let obj = {
|
let obj = {
|
||||||
|
key: index,
|
||||||
id: value.routerId,
|
id: value.routerId,
|
||||||
number: (state.currentPage - 1) * state.pageSize + index + 1,
|
number: (state.currentPage - 1) * state.pageSize + index + 1,
|
||||||
manager: value.name ? value.name : "-",
|
manager: value.name ? value.name : "-",
|
||||||
|
|||||||
Reference in New Issue
Block a user