feat: There is no way the, bug #55708

This commit is contained in:
396572590@qq.com
2022-06-27 13:27:16 +08:00
parent 7757d1db53
commit 4e015ea45f
@@ -22,7 +22,7 @@
<template style="width: 10%"> <template style="width: 10%">
<el-table <el-table
:data="historyData" :data="historyData"
height="250" :height="tablePHeight"
border border
:header-cell-style="{background: '#f8f8f9', color: '#515a6e'}" :header-cell-style="{background: '#f8f8f9', color: '#515a6e'}"
style="width: 10%;float: left;margin-right: 20px;"> style="width: 10%;float: left;margin-right: 20px;">
@@ -32,7 +32,7 @@
label="质量评价人" label="质量评价人"
min-width="100%"> min-width="100%">
<template slot-scope="scope"> <template slot-scope="scope">
<div @click="ccc(scope.row)">{{scope.row.userName}}-{{scope.row.taskInfo}}</div> <div @click="ccc(scope.row)" style="cursor: pointer">{{scope.row.userName}}-{{scope.row.taskInfo}}</div>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>