From c0702fb50443fb03a4f5a7beb127294a17fc1dcd Mon Sep 17 00:00:00 2001
From: yz3456 <2753272399@qq.com>
Date: 星期六, 30 三月 2024 23:58:01 +0800
Subject: [PATCH] 修改了3月30这周的所有bug

---
 ruoyi-ui/src/views/note/propertyInfo.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ruoyi-ui/src/views/note/propertyInfo.vue b/ruoyi-ui/src/views/note/propertyInfo.vue
index f72797c..fc5f8c4 100644
--- a/ruoyi-ui/src/views/note/propertyInfo.vue
+++ b/ruoyi-ui/src/views/note/propertyInfo.vue
@@ -21,10 +21,14 @@
     <el-form ref="elForm" :model="formData"  :rules="rules" size="medium" label-width="100px">
 
       <el-form-item label="绫诲瀷" prop="type">
-        <el-select v-model="formData.type" placeholder="璇烽�夋嫨绫诲埆" clearable :style="{width: '100%'}" :disabled="dsb" >
+        <el-select v-model="formData.type" placeholder="璇烽�夋嫨绫诲埆"  allow-create
+		filterable clearable :style="{width: '100%'}" :disabled="dsb" >
           <el-option v-for="(item, index) in typeOptions" :key="index" :label="item.label" :value="item.value"
                      :disabled="item.disabled"></el-option>
         </el-select>
+		
+		
+	
       </el-form-item>
 
       <el-form-item label="鍙戠敓鏃堕棿" prop="happenTime" >

--
Gitblit v1.9.1