소스 검색

预警巡警列表和详情页学生信息回显完善

master
yxq 3 주 전
부모
커밋
cde9302acf
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +1
    -1
      monitorMobile/pages/earlyWarning/detail.vue
  2. +3
    -3
      monitorMobile/pages/earlyWarning/index.vue

+ 1
- 1
monitorMobile/pages/earlyWarning/detail.vue 파일 보기

@@ -23,7 +23,7 @@
班级:
</view>
<view class="valueBox">
--
{{ detailData.personSetName || "--" }}
</view>
</view>
<view class="cli">


+ 3
- 3
monitorMobile/pages/earlyWarning/index.vue 파일 보기

@@ -131,19 +131,19 @@
<u-row>
<u-col span="6">
<view class="midContent">
姓名:--
姓名:{{item.sceneName || '--'}}
</view>
</u-col>
<u-col span="6">
<view class="midContent">
系部:--
系部:{{item.majorName || '--'}}
</view>
</u-col>
</u-row>
<u-row style="margin-top: 20rpx;">
<u-col span="6">
<view class="midContent">
专业:--
专业:{{item.depName || '--'}}
</view>
</u-col>
<u-col span="6">


불러오는 중...
취소
저장