Browse Source

refactor(market): 清理编辑线索日志页面的冗余数据

- 移除了 tableList 数组中的静态示例数据- 删除了 customTableData 数组及其内容
- 保留了 tableList 作为空数组,为后续动态加载数据做准备
master
liutong 10 months ago
parent
commit
305c23f557
  1. 33
      pages/market/clue/edit_clues_log.vue

33
pages/market/clue/edit_clues_log.vue

@ -168,38 +168,7 @@ export default {
customer_resource_id: '',//id customer_resource_id: '',//id
}, },
// //
tableList:[{ 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',
}
],
//tab //tab
optionTableId:0,// optionTableId:0,//

Loading…
Cancel
Save