Explorar el Código

无联系电话显示无

Q-ABAB hace 2 años
padre
commit
8760b84f5c
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"