优化
This commit is contained in:
parent
ed7172adbb
commit
81f88f3a87
@ -50,7 +50,7 @@
|
||||
<el-button v-if='i.taskDtos.length !== 0' type="text"
|
||||
@click="handleLookProcess(i.id)"
|
||||
size="mini">
|
||||
查看任务
|
||||
查看任务({{i.taskDtos.length || 0}})
|
||||
</el-button>
|
||||
<el-button v-if='i.taskDtos.length === 0' type="text"
|
||||
@click="handleLookProcess(i.id)"
|
||||
@ -394,7 +394,7 @@ export default {
|
||||
.center();
|
||||
}
|
||||
.jindu {
|
||||
width: 60px;
|
||||
width: 90px;
|
||||
.center();
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user