From 0515ddc04c30bdda9855054e6d7c9fee343b81d2 Mon Sep 17 00:00:00 2001 From: lzhizhao <790086754@qq.com> Date: Thu, 10 Jul 2025 14:42:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../market-list/index.vue | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/views/modules/operation-management/market-list/index.vue b/src/views/modules/operation-management/market-list/index.vue index 61aae70..28ed333 100644 --- a/src/views/modules/operation-management/market-list/index.vue +++ b/src/views/modules/operation-management/market-list/index.vue @@ -175,25 +175,25 @@ export default { ); }, }, - { - title: "操作", - fixed: "right", - type: "jsx", - align: "center", - width: "140px", - render: (row) => { - let edit = () => { - // this.$refs.viewDetails.toggle(row).update(); - }; - return ( -