Parcourir la source

Merge branch 'master' of https://git.cocorobo.cn/CocoRoboLabs/ssti-CollegeManage

yuanyiming il y a 2 ans
Parent
commit
e7ed6f1413
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      src/views/projectApply/projectApplication.vue

+ 5 - 0
src/views/projectApply/projectApplication.vue

@@ -143,6 +143,11 @@
           align="center"
           label="联系电话"
           min-width="10%">
+          <template #default="scope">
+            <div>
+              {{ scope.row.phone!=null?scope.row.phone:"无" }}
+            </div>
+          </template>
         </el-table-column>
         <el-table-column
           prop="state"