|
@@ -195,8 +195,8 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="result">
|
|
|
- <template slot="header">
|
|
|
+ <el-table-column prop="result" label="结果">
|
|
|
+ <template slot="header" slot-scope="scope">
|
|
|
<div class="custom_table_header">结果</div>
|
|
|
</template>
|
|
|
<template slot-scope="scope">
|