This commit is contained in:
sjl
2025-10-15 15:20:07 +08:00
parent ca8f173394
commit 45a010b3a4
10 changed files with 54 additions and 32 deletions

View File

@@ -76,7 +76,7 @@ const currentIndex = ref(0);
// currentIndex.value++;
// if (currentIndex.value > 14)
// currentIndex.value = 0;
// // console.log(currentIndex.value);
// console.log(currentIndex.value);
// }, 2000);

View File

@@ -7,6 +7,7 @@
align-center
v-bind="dialogBig"
@close="close"
>
<el-form ref="dialogFormRef" :model="formContent" :rules="rules">
<el-row :gutter="24">
@@ -365,6 +366,7 @@
/>
</el-form-item>
</el-col>
</el-row>
</el-collapse-item>
</el-collapse>
@@ -1233,6 +1235,7 @@ const props = defineProps<{
</script>
<style lang="scss" scoped>
// :deep(.dialog-small .el-dialog__body){
// max-height: 330px !important;
// }
@@ -1251,4 +1254,6 @@ const props = defineProps<{
justify-content: center;
align-items: center;
}
</style>

View File

@@ -207,7 +207,7 @@ const getTableList = (params: any) => {
//查看详情
const detailsRef: any = ref()
const handleDetails = () => {
console.log(detailsRef.value, '+++++++++++++++')
detailsRef.value.open('查看计划')
}