feat: There is no way the, bug #55708
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user