feat: There is no way the, bug #55708
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<template style="width: 10%">
|
||||
<el-table
|
||||
:data="historyData"
|
||||
height="250"
|
||||
:height="tablePHeight"
|
||||
border
|
||||
:header-cell-style="{background: '#f8f8f9', color: '#515a6e'}"
|
||||
style="width: 10%;float: left;margin-right: 20px;">
|
||||
@@ -32,7 +32,7 @@
|
||||
label="质量评价人"
|
||||
min-width="100%">
|
||||
<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>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
|
||||
Reference in New Issue
Block a user