This commit is contained in:
lcw
2026-01-16 12:40:42 +08:00
parent 2ea84f248c
commit 10853312f2
120 changed files with 23881 additions and 617 deletions

View File

@ -1,5 +1,5 @@
<template>
<el-dialog v-model="modelValue" title="合并详情" width="1500px" @close="handleClose">
<el-dialog :model-value="modelValue" title="合并详情" width="1500px" @close="handleClose">
<div style="width:100%">
<MyTable
:tableData="pageForm.tableData"
@ -101,4 +101,4 @@ watch(()=>props.modelValue,val=>{
<style lang="scss" scoped>
</style>
</style>