2 次代碼提交 ab56137d79 ... 6d7656d614

作者 SHA1 備註 提交日期
  abpcoder 6d7656d614 Merge branch 'mp' of http://49.234.186.218:9000/root/ieplus-app into mp 1 月之前
  abpcoder bc83b0739d major direction + 1 月之前
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      src/pagesOther/pages/university/detail/components/college-profile.vue

+ 5 - 1
src/pagesOther/pages/university/detail/components/college-profile.vue

@@ -51,7 +51,11 @@
             <template #title>
               <text class="text-24 text-fore-tip">{{ g.parent.name }}</text>
             </template>
-            <uv-cell v-for="p in g.list" :title="p.name" custom-class="bg-white" />
+            <uv-cell v-for="p in g.list" :title="p.name" custom-class="bg-white">
+                <template #label>
+                    <text v-if="p.majorDirection" class="text-22 text-primary">{{p.majorDirection}}</text>
+                </template>
+            </uv-cell>
           </uv-cell-group>
         </scroll-view>
       </template>