Commit abd8b7d5 authored by 冷冷's avatar 冷冷

💄 Updating the UI and style files.

parent d7cb7848
......@@ -49,6 +49,7 @@ export const tableOption = {
}
]
}, {
width: 150,
label: '角色标识',
prop: 'roleCode',
span: 24,
......
......@@ -143,6 +143,7 @@ export const tableOption = {
valueFormat: 'yyyy-MM-dd HH:mm:ss',
editDisabled: true,
addVisdiplay: false,
hide: true,
span: 24,
}]
}
......@@ -6,7 +6,7 @@
<a href="https://avue.top/#/pay" target="_blank">
<img src="https://img.shields.io/badge/Avue-原子弹-green.svg" alt="Build Status">
</a>
<img src="https://img.shields.io/badge/Spring%20Boot-2.0.6.RELEASE-yellowgreen.svg" alt="Downloads">
<img src="https://img.shields.io/badge/Spring%20Boot-2.0.7.RELEASE-yellowgreen.svg" alt="Downloads">
<img src="https://img.shields.io/badge/Spring%20Cloud-Finchley.SR2-blue.svg" alt="Coverage Status">
</span>
<br/>
......@@ -15,7 +15,7 @@
<el-collapse-item title="完整的微服务架构" name="1">
<div>基于Spring Cloud Gateway</div>
<div>基于Spring Cloud Finchley.SR2</div>
<div>基于Spring Boot 2.0.6.RELEASE</div>
<div>基于Spring Boot 2.0.7.RELEASE</div>
</el-collapse-item>
<el-collapse-item title="完善的权限控制" name="2">
<div>基于Spring Security OAuth实现鉴权体系;</div>
......
......@@ -39,11 +39,11 @@
</template>
</avue-crud>
</basic-container>
<el-dialog title="查看任务"
<el-dialog title="任务办理"
:visible.sync="showTask">
<avue-form ref="form" v-model="obj" :option="formOption">
<template slot-scope="scope" slot="menuForm">
<el-button size="small"
<el-button icon="el-icon-check"
v-for="flag in flagList" :key="flag"
@click="handleTask(scope.row,flag)"
plain>{{flag}}</el-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment