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