Browse Source

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

yuanyiming 2 years ago
parent
commit
e7ed6f1413
1 changed files with 5 additions and 0 deletions
  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"