@@ -795,7 +795,7 @@ export default {
},
handleClick(tab) {
if (tab.label === '变更记录') {
- operationLogBug(this.id).then(res => {
+ operationLogBug(this.bug.id).then(res => {
this.changeRecord = res.data
})
}
@@ -91,7 +91,7 @@
<el-table-column prop="referredClientTypeName" label="跟版客户端" min-width="90" />
</el-table>
- <div v-html="fromCreateData.content" />
+ <div ref="rich" v-html="fromCreateData.content" />
</div>
@@ -231,3 +231,6 @@ export default {
margin-bottom: 20px;
</style>
+<style scoped>
+ .parent-style div >>> table {width: 100% !important;}
+</style>