Commit abd8b7d5 authored by 冷冷's avatar 冷冷

💄 Updating the UI and style files.

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