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 ( -