稽查添加查看对话类型的数据
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2024-05-23 15:55:58 +08:00
parent 6950883dbf
commit f2f1668b05
1 changed files with 5 additions and 0 deletions

View File

@ -356,9 +356,11 @@
</template>
<img v-if="scope.row.DataType === 'Image'" :src="OSSclientConfig.basePath + scope.row.oldValue" v-show="false" crossorigin="anonymous" alt="">
</viewer>
<div v-else-if="scope.row.DataType === 'Dialog'" v-html="scope.row.oldValue"></div>
<span v-else>
{{ scope.row.oldValue }}
</span>
</span>
</template>
</el-table-column>
@ -386,6 +388,7 @@
<img v-if="scope.row.DataType === 'Image'" :src="OSSclientConfig.basePath + scope.row.newValue" v-show="false" crossorigin="anonymous" alt="">
<!-- <img :src="scope.row.newValue" v-show="false" crossorigin="anonymous" alt="">-->
</viewer>
<div v-else-if="scope.row.DataType === 'Dialog'" v-html="scope.row.newValue"></div>
<span v-else>{{ scope.row.newValue }}</span>
</span>
</template>
@ -680,6 +683,7 @@
</template>
<img v-if="scope.row.DataType === 'Image'" :src="OSSclientConfig.basePath + scope.row.oldValue" v-show="false" crossorigin="anonymous" alt="">
</viewer>
<div v-else-if="scope.row.DataType === 'Dialog'" v-html="scope.row.oldValue"></div>
<span v-else>
{{ scope.row.oldValue }}
</span>
@ -716,6 +720,7 @@
<img v-if="scope.row.DataType === 'Image'" :src="OSSclientConfig.basePath + scope.row.newValue" v-show="false" crossorigin="anonymous" alt="">
<!-- <img :src="scope.row.newValue" v-show="false" crossorigin="anonymous" alt="">-->
</viewer>
<div v-else-if="scope.row.DataType === 'Dialog'" v-html="scope.row.newValue"></div>
<span v-else>{{ scope.row.newValue }}</span>
</span>
</template>