This commit is contained in:
cxc
2023-01-05 09:18:03 +08:00
parent 45cd8ddd10
commit d90c34a00c
10 changed files with 89 additions and 91 deletions

View File

@ -221,14 +221,6 @@
:code="previewResult"
style="height: 60vh"
/>
<!-- <pre>
<code>
{{ previewResult }}
</code>
</pre> -->
<!-- <div
v-html="highlightjs.highlight('xml', { code: previewResult }).value"
></div> -->
</el-dialog>
</div>
</template>
@ -262,7 +254,6 @@ const bpmnCanvasRef = ref();
const refFile = ref();
const props = defineProps({
modelValue: String, // xml 字符串
// value: String,
processId: String,
processName: String,
translations: Object, // 自定义的翻译文件