|
@@ -114,17 +114,17 @@ function exportAll() {
|
|
|
</div>
|
|
|
<el-table :data="tableData" @selection-change="handleSelectionChange">
|
|
|
<el-table-column type="selection" width="55" />
|
|
|
- <el-table-column label="序号" width="300" type="index" />
|
|
|
- <el-table-column prop="tjg_mc" label="积分名" width="300" show-overflow-tooltip />
|
|
|
- <el-table-column prop="tjg_fyjfz" label="赋予积分值" width="300" />
|
|
|
+ <el-table-column label="序号" width="200" type="index" />
|
|
|
+ <el-table-column prop="tjg_mc" label="积分名" width="auto" show-overflow-tooltip />
|
|
|
+ <el-table-column prop="tjg_fyjfz" label="赋予积分值" width="auto" />
|
|
|
|
|
|
- <el-table-column label="操作" width="auto">
|
|
|
+ <!-- <el-table-column label="操作" width="auto">
|
|
|
<template #default="scope">
|
|
|
<el-button type="text" @click="handleEdit(scope.row)">
|
|
|
编辑
|
|
|
</el-button>
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column> -->
|
|
|
</el-table>
|
|
|
<div class="flex justify-end my-10">
|
|
|
<el-pagination
|