页面优化
This commit is contained in:
@@ -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" >
|
||||
|
||||
Reference in New Issue
Block a user