diff --git a/pages/market/clue/edit_clues_log.vue b/pages/market/clue/edit_clues_log.vue index 962fbab..8890467 100644 --- a/pages/market/clue/edit_clues_log.vue +++ b/pages/market/clue/edit_clues_log.vue @@ -34,25 +34,52 @@ 修改人:张三 修改了如下内容 - - - - - - - - - - - - - - - - - - -
字段名称原数据新数据
{{ row.field }}{{ row.oldValue }}{{ row.newValue }}
+ + 客户资源修改 + + + + + + + + + + + + + + + + + + +
字段名称原数据新数据
{{ row.field }}{{ row.oldValue }}{{ row.newValue }}
+
+ + + 六要素修改 + + + + + + + + + + + + + + + + + + + +
字段名称原数据新数据
{{ row.field }}{{ row.oldValue }}{{ row.newValue }}
+
@@ -150,7 +177,7 @@ export default { this.filteredData.limit = 10//每页返回数据条数 this.filteredData.total = 10//数据总条数 }, - //获取列表-我的客户 + //获取列表-客户信息修改记录 async getList(){ this.loading = true @@ -200,21 +227,27 @@ export default { //background-color: #292929; overflow: auto; .table_list{ - border: 1px solid red; - .itme_box { margin-top: 30rpx; display: flex; flex-direction: column; - gap: 20rpx; + gap: 25rpx; .title_name{ font-size: 28rpx; } - .table_box{ - width: 100%; - border-collapse: collapse; - table-layout: fixed; + .table_section{ + .table_name{ + padding: 20rpx 0; + padding-bottom: 10rpx; + font-size: 28rpx; + } + .table_box{ + width: 100%; + border-collapse: collapse; + table-layout: fixed; + } } + } ::v-deep .fui-timeaxis__wrap{