稽查添加查看对话类型的数据
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
6950883dbf
commit
f2f1668b05
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue