页面优化

This commit is contained in:
zhanyunjiu
2022-07-06 18:32:18 +08:00
parent ba60baa316
commit c4c1a1bd76
4 changed files with 31 additions and 6 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
<el-table-column label="id" align="center" prop="id" />
<el-table-column label="员工名" align="center" prop="userId" >
<template slot-scope="scope">
<span>{{userConvert(scope.row.userId)}}</span>
<span v-if="scope.row.userId">{{userConvert(scope.row.userId)}}</span>
</template>
</el-table-column>
<el-table-column label="项目名" align="center" prop="projectId" >