This commit is contained in:
ym1026
2025-09-12 16:51:39 +08:00
22 changed files with 389 additions and 187 deletions

View File

@@ -24,17 +24,17 @@
</ComTable>
</div>
</div>
<div>
<!-- <div> -->
<a-modal
v-model:open="formModal"
width="900px"
style="top: 20px;"
width="800px"
style="top: 80px;height: 600px;"
:footer="null"
:get-container="() => $refs.policy"
>
<policyForm :form-state="formState" :form-status="formStatus" @closeModal="closeModal" />
<policyForm v-if="formModal" :form-state="formState" :form-status="formStatus" @closeModal="closeModal" />
</a-modal>
</div>
<!-- </div> -->
</template>
<script>