Browse Source

一维表导入按钮调整

pull/154/head
wangxy 3 years ago
parent
commit
9c31bf82a2
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      src/views/system/oneimport/index.vue

+ 5
- 4
src/views/system/oneimport/index.vue View File

@ -60,7 +60,7 @@
<span v-else>{{ scope.row[item] }}</span> <span v-else>{{ scope.row[item] }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column align="center" label="操作" width="260" fixed="right">
<el-table-column label="操作" width="260" fixed="right">
<template #default="scope"> <template #default="scope">
<el-button <el-button
class="edit-button-style" class="edit-button-style"
@ -70,9 +70,10 @@
>修改</el-button >修改</el-button
> >
<el-button <el-button
size="small"
class="edit-button-style"
@click="handleUpload(scope.row)">导入</el-button>
icon="el-icon-upload"
size="small"
class="edit-button-style"
@click="handleUpload(scope.row)">导入</el-button>
<el-button <el-button
class="edit-button-style" class="edit-button-style"
@click="handleDelete(scope.row)" @click="handleDelete(scope.row)"


Loading…
Cancel
Save