Browse Source

fix

master
张泽亮 2 weeks ago
parent
commit
3b4f6e163c
2 changed files with 5 additions and 17 deletions
  1. +4
    -16
      src/views/system/config/index.vue
  2. +1
    -1
      src/views/system/dict/data.vue

+ 4
- 16
src/views/system/config/index.vue View File

@@ -114,27 +114,15 @@
</template>
</el-table-column>
<el-table-column label="备注" align="left" prop="remark" :show-overflow-tooltip="true" />
<el-table-column label="创建时间" align="center" prop="createTime" width="180">
<!--<el-table-column label="创建时间" align="center" prop="createTime" width="180">
<template slot-scope="scope">
<span>{{ parseTime(scope.row.createTime) }}</span>
</template>
</el-table-column>
</el-table-column>-->
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<template slot-scope="scope">
<el-button
size="mini"
type="text"
icon="el-icon-edit"
@click="handleUpdate(scope.row)"
v-hasPermi="['system:config:edit']"
>修改</el-button>
<el-button
size="mini"
type="text"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
v-hasPermi="['system:config:remove']"
>删除</el-button>
<el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)" v-hasPermi="['system:config:edit']">修改</el-button>
<el-button size="mini" type="text" icon="el-icon-delete" @click="handleDelete(scope.row)" v-hasPermi="['system:config:remove']">删除</el-button>
</template>
</el-table-column>
</el-table>


+ 1
- 1
src/views/system/dict/data.vue View File

@@ -234,7 +234,7 @@ export default {
},
{
value: "info",
label: "色"
label: "色"
},
{
value: "warning",


Loading…
Cancel
Save