微调
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -207,7 +207,7 @@ const getTableList = (params: any) => {
|
||||
//查看详情
|
||||
const detailsRef: any = ref()
|
||||
const handleDetails = () => {
|
||||
console.log(detailsRef.value, '+++++++++++++++')
|
||||
|
||||
detailsRef.value.open('查看计划')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user