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 ( -
- - 详情 - -
- ); - }, - }, + // { + // title: "操作", + // fixed: "right", + // type: "jsx", + // align: "center", + // width: "140px", + // render: (row) => { + // let edit = () => { + // // this.$refs.viewDetails.toggle(row).update(); + // }; + // return ( + //
+ // + // 详情 + // + //
+ // ); + // }, + // }, ]; }, tableEvent() { @@ -217,4 +217,4 @@ export default { }; - \ No newline at end of file +