From 305c23f557c9f9dff9ad2ce0ad72947528ea3357 Mon Sep 17 00:00:00 2001 From: liutong <836164388@qq.com> Date: Thu, 22 May 2025 10:32:38 +0800 Subject: [PATCH] =?UTF-8?q?refactor(market):=20=E6=B8=85=E7=90=86=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E7=BA=BF=E7=B4=A2=E6=97=A5=E5=BF=97=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=9A=84=E5=86=97=E4=BD=99=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除了 tableList 数组中的静态示例数据- 删除了 customTableData 数组及其内容 - 保留了 tableList 作为空数组,为后续动态加载数据做准备 --- pages/market/clue/edit_clues_log.vue | 33 +--------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/pages/market/clue/edit_clues_log.vue b/pages/market/clue/edit_clues_log.vue index af47812..0dc0d53 100644 --- a/pages/market/clue/edit_clues_log.vue +++ b/pages/market/clue/edit_clues_log.vue @@ -168,38 +168,7 @@ export default { customer_resource_id: '',//客户资源表id }, //数据列表 - tableList:[{ - title: '入场', - time: '07:00', - activeColor: '#465CFF' - }, { - title: '主场演讲', - time: '08:00', - descr: '马云(阿里巴巴)', - activeColor: '#465CFF' - }, { - title: '世界互联经济', - time: '08:30', - descr: '马云(阿里巴巴)', - activeColor: '#465CFF' - }, { - title: '打造自己的互联帝国', - time: '09:30', - descr: '马化腾(腾讯)', - activeColor: '#FFB703' - }, { - title: '散场', - time: '11:00', - descr: '请带走垃圾,有序散场。' - }],//表格数据 - - customTableData:[ - { - field:'姓名', - oldValue:'张三', - newValue:'11李四李四李四李四李四李四李四李四李四李四李四123', - } - ], + tableList:[],//表格数据 //tab切换 optionTableId:0,//分段器初始选中项索引