Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
zhutianqi
2022-01-07 09:48:18 +08:00
@@ -23,7 +23,6 @@
style="width: 100%" style="width: 100%"
height="100%" height="100%"
@selection-change="standSelectChange" @selection-change="standSelectChange"
@sort-change="sortChange"
:header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }"
> >
<el-table-column type="selection" align="center" width="50"> <el-table-column type="selection" align="center" width="50">
@@ -100,7 +99,6 @@
prop="spendTime" prop="spendTime"
label="消耗时间(秒)" label="消耗时间(秒)"
align="center" align="center"
sortable="custom"
width="140" width="140"
> >
</el-table-column> </el-table-column>