|
@@ -1,9 +1,9 @@
|
|
|
<!--
|
|
|
* @Author : yuanrunwei
|
|
|
* @Date : 2021-11-01 18:02:58
|
|
|
- * @LastEditors: Please set LastEditors
|
|
|
- * @LastEditTime: 2022-01-06 17:50:58
|
|
|
- * @FilePath : \spfm-market-front\src\pages\main\performance\components\table.vue
|
|
|
+ * @LastEditors : yuanrunwei
|
|
|
+ * @LastEditTime : 2022-01-07 19:38:59
|
|
|
+ * @FilePath : /spfm-market-front/src/pages/main/performance/components/table.vue
|
|
|
-->
|
|
|
<template>
|
|
|
<el-table class="simple-table" :data="computed_list" v-loading="loading" >
|
|
@@ -73,6 +73,7 @@
|
|
|
<el-table-column
|
|
|
v-if="handleRow.length"
|
|
|
label="操作"
|
|
|
+ :align="'center'"
|
|
|
:width="handleRow.length * 50"
|
|
|
>
|
|
|
<template slot-scope="scope">
|