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

@ -1,5 +1,5 @@
<template>
<div class="process-panel__container" :style="{ width: `${this.width}px` }">
<div class="process-panel__container" :style="{ width: `${width}px` }">
<el-collapse v-model="activeTab">
<el-collapse-item name="base">
<template #title>
@ -240,4 +240,8 @@ watch(elementId, (val) => {
activeTab.value = "base";
});
initModels();
defineExpose({
initFormOnChanged,
});
</script>