完成前端界面设计

This commit is contained in:
F嘉阳
2018-02-08 21:25:23 +08:00
parent 213cad2a74
commit f43146a590
11 changed files with 726 additions and 137 deletions

View File

@@ -2,19 +2,8 @@ var Main = {
data() {
return {
activeIndex: '1',
formInline: {
user: '',
region: ''
},
form: {
name: '',
region: '',
date1: '',
date2: '',
delivery: false,
type: [],
resource: '',
desc: ''
content: '',
},
feedbackData:[
{
@@ -24,6 +13,30 @@ var Main = {
}
],
logData:[
{
ip:'127.0.0.1',
header:'bug',
time:'2018-2-3',
username:'root'
},
{
ip:'127.0.0.1',
header:'bug',
time:'2018-2-3',
username:'root'
},
{
ip:'127.0.0.1',
header:'bug',
time:'2018-2-3',
username:'root'
},
{
ip:'127.0.0.1',
header:'bug',
time:'2018-2-3',
username:'root'
},
{
ip:'127.0.0.1',
header:'bug',
@@ -34,6 +47,9 @@ var Main = {
}
},
methods: {
ClickToJump(targe){
window.location.href="http://localhost:8080/cms/" + targe;
},
handleSelect(key, keyPath) {
console.log(key, keyPath);
},