Explorar el Código

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

yuanyiming hace 2 años
padre
commit
e7ed6f1413
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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"