From ba87cf2cb2ee0312610e3a8d9c43807d652da06d Mon Sep 17 00:00:00 2001 From: lzhizhao <790086754@qq.com> Date: Wed, 9 Jul 2025 20:36:44 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=9A=90=E8=97=8F=E4=BB=A3=E7=90=86?= =?UTF-8?q?=E4=B8=8A=E7=9A=84=E8=AF=A6=E6=83=85=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/agent/market-list/index.vue | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/views/modules/agent/market-list/index.vue b/src/views/modules/agent/market-list/index.vue index 6bc9f10..4bc4c0e 100644 --- a/src/views/modules/agent/market-list/index.vue +++ b/src/views/modules/agent/market-list/index.vue @@ -186,25 +186,25 @@ export default { ); }, }, - { - title: "操作", - fixed: "right", - type: "jsx", - align: "center", - width: "140px", - render: (row) => { - let edit = () => { - // this.$refs.viewDetails.toggle(row).update(); - }; - return ( -
- - 详情 - -
- ); - }, - }, + // { + // title: "操作", + // fixed: "right", + // type: "jsx", + // align: "center", + // width: "140px", + // render: (row) => { + // let edit = () => { + // // this.$refs.viewDetails.toggle(row).update(); + // }; + // return ( + //
+ // + // 详情 + // + //
+ // ); + // }, + // }, ]; }, tableEvent() { @@ -228,4 +228,4 @@ export default { }; - \ No newline at end of file +