拆分结果导入修改

This commit is contained in:
caoyang
2022-04-08 10:16:37 +08:00
parent 47ab3ed3c6
commit 96de9ca079
6 changed files with 275 additions and 83 deletions
@@ -12,7 +12,7 @@
:columns="columns"
@change="tableOnChange"
>
<span slot="showContent" slot-scope="text, record">
<span slot="showContent" slot-scope="text, record" class="item-solt">
<a-tooltip placement="top" class="item-content-tooltip" >
<template slot="title" class="item-content-title">
<span class="item-content-show" v-html="record.iterms_conditions"></span>
@@ -184,7 +184,7 @@
scopedSlots: { customRender: 'operation' }
})
}
console.log('columns',this.columns)
// console.log('columns',this.columns)
}
})
},