Ver Fonte

引入组建名称大小写问题

lrf há 11 meses atrás
pai
commit
09d8d64455
1 ficheiros alterados com 4 adições e 15 exclusões
  1. 4 15
      src/views/register/index.vue

+ 4 - 15
src/views/register/index.vue

@@ -6,19 +6,8 @@
           <div class="loginform">
             <el-col :span="24" class="content_1">
               <div class="type-list">
-                <el-tooltip
-                  v-for="(item, index) in typeList"
-                  :key="index"
-                  effect="dark"
-                  :content="item.remark"
-                  placement="top"
-                >
-                  <span
-                    class="span"
-                    :class="[item.value === type ? 'active' : '']"
-                    @click="toSelect(item.value)"
-                    >{{ item.label }}</span
-                  >
+                <el-tooltip v-for="(item, index) in typeList" :key="index" effect="dark" :content="item.remark" placement="top">
+                  <span class="span" :class="[item.value === type ? 'active' : '']" @click="toSelect(item.value)">{{ item.label }}</span>
                 </el-tooltip>
               </div>
             </el-col>
@@ -59,10 +48,10 @@ import association from './parts/association.vue'
 import company from './parts/company.vue'
 import competition from './parts/competition.vue'
 import expert from './parts/expert.vue'
-import incubator from './parts/incubator.vue'
+import incubator from './parts/Incubator.vue'
 import state from './parts/state.vue'
 import unit from './parts/unit.vue'
-import investment from './parts/investment.vue'
+import investment from './parts/Investment.vue'
 // 路由
 const router = useRouter()
 // 加载中