-- 用户头像

This commit is contained in:
yuping
2022-12-22 17:27:42 +08:00
parent 7dc8c67742
commit ba53032e6e
2 changed files with 4 additions and 4 deletions

View File

@@ -74,11 +74,11 @@
<el-table-column align="center" prop="organizationName" label="归属组织" />
<el-table-column #default="scope" align="center" :width="150" prop="state" label="状态">
<img :src="
scope.row.status === 0
scope.row.taskStatus === 1
? ongoing
: scope.row.status === 1
: scope.row.taskStatus === 2
? completed
: scope.row.status === -1
: scope.row.taskStatus === 0
? nostarted
: null
" style="width: 99px; height: 99px" />