فهرست منبع

11482-【CR】【投资系统】增加审批流程-项目机会申请-申请和暂存页面的渠道可检索

hxy 3 هفته پیش
والد
کامیت
9181a847e5

+ 1 - 1
ruoyi-ui/src/layout/components/Settings/index.vue

@@ -38,7 +38,7 @@
         <el-divider/>
 
         <h3 class="drawer-title">系统布局配置</h3>
-      
+
         <div class="drawer-item">
           <span>开启 TopNav</span>
           <el-switch v-model="topNav" class="drawer-switch" />

+ 2 - 2
ruoyi-ui/src/views/home.vue

@@ -23,7 +23,7 @@ export default {
       //更改侧边栏参数及title
       // this.$store.commit('SET_SYSTEMTYPE', type)
       this.$store.commit('SET_SYSTEMTITLE', title)
-      //生成侧边栏   
+      //生成侧边栏
       store.dispatch("GenerateRoutes").then((accessRoutes) => {
         // 根据roles权限生成可访问的路由表
         router.addRoutes(accessRoutes); // 动态添加可访问路由表
@@ -32,4 +32,4 @@ export default {
     },
   },
 };
-</script>
+</script>

+ 1 - 0
ruoyi-ui/src/views/project/investOpp/apply.vue

@@ -24,6 +24,7 @@
           v-model="form.tProjectChannel.channelName"
           placeholder="请选择"
           clearable
+          filterable
           @change="handleChannel"
         >
           <el-option

+ 1 - 0
ruoyi-ui/src/views/project/investOpp/edit.vue

@@ -24,6 +24,7 @@
           v-model="form.tProjectChannel.channelName"
           placeholder="请选择"
           clearable
+          filterable
           @change="handleChannel"
         >
           <el-option