This commit is contained in:
GYYM
2024-12-05 15:25:49 +08:00
parent 92a1736667
commit 2611f43d1f
4 changed files with 27 additions and 27 deletions

View File

@@ -10,9 +10,9 @@
</span> -->
<template #dropdown>
<el-dropdown-menu>
<el-dropdown-item command="高精度设备-PQV520-2">高精度设备-PQV520-2</el-dropdown-item>
<el-dropdown-item command="高精度设备-PQV520-3">高精度设备-PQV520-3</el-dropdown-item>
<el-dropdown-item command="高精度设备-PQV520-4">高精度设备-PQV520-4</el-dropdown-item>
<el-dropdown-item command="高精度设备-PQV520-2">高精度设备-PQV-520便携式电能质量监测装置-2</el-dropdown-item>
<el-dropdown-item command="高精度设备-PQV520-3">高精度设备-PQV-520便携式电能质量监测装置-3</el-dropdown-item>
<el-dropdown-item command="高精度设备-PQV520-4">高精度设备-PQV-520便携式电能质量监测装置-4</el-dropdown-item>
</el-dropdown-menu>
</template>
</el-dropdown>

View File

@@ -1,6 +1,6 @@
<template>
<!-- 基础信息弹出框 -->
<el-dialog :model-value="visible" :title="dialogTitle" v-bind="dialogSmall" @close="handleCancel" width="500" draggable>
<el-dialog :model-value="visible" :title="dialogTitle" v-bind="dialogSmall" @close="handleCancel" draggable>
<div>
<el-form :model="formData" ref='formRuleRef' :rules='rules'>
<el-form-item label="名称" prop="name" :label-width="100">
@@ -197,6 +197,8 @@ const rules: Ref<Record<string, Array<FormItemRule>>> = ref({
});
</script>
<style scoped>
<style scoped lang="scss">
:deep(.dialog-small .el-dialog__body){
max-height: 330px !important;
}
</style>