优先 File 的前端页面

This commit is contained in:
YunaiV
2022-03-17 20:58:50 +08:00
parent d23232aab0
commit bf7c6db58c
2 changed files with 1 additions and 6 deletions

View File

@ -51,7 +51,7 @@
<span>{{ parseTime(scope.row.createTime) }}</span>
</template>
</el-table-column>
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="240">
<template slot-scope="scope">
<el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)"
v-hasPermi="['infra:file-config:update']">修改</el-button>