格式化代码

This commit is contained in:
不做码农 2022-04-04 12:09:39 +08:00
parent 1024471c64
commit 6b0e6b11b3

View File

@ -15,24 +15,23 @@
<div class="user-item-right overflow"> <div class="user-item-right overflow">
<el-row> <el-row>
<el-col :xs="24" :md="24" class="right-title mb20 one-text-overflow"> <el-col :xs="24" :md="24" class="right-title mb20 one-text-overflow">
{{userInfo.welcomeMessage}}{{ userInfo.nickName }}{{ userInfo.welcomeContent }} {{ userInfo.welcomeMessage }}{{ userInfo.nickName }}{{ userInfo.welcomeContent }}</el-col>
</el-col>
<el-col :xs="24" :sm="24" :md="24"> <el-col :xs="24" :sm="24" :md="24">
<el-col :xs="24" :md="8" class="right-l-v"> <el-col :xs="24" :md="8" class="right-l-v">
<div class="right-label">昵称</div> <div class="right-label">昵称</div>
<div class="right-value">{{userInfo.nickName}}</div> <div class="right-value">{{ userInfo.nickName }}</div>
</el-col> </el-col>
<el-col :xs="24" :md="16" class="right-l-v"> <el-col :xs="24" :md="16" class="right-l-v">
<div class="right-label">身份</div> <div class="right-label">身份</div>
<div class="right-value"> <div class="right-value">
<span v-for="item in userInfo.roles" :key="item.roleId">{{item.roleName}}</span> <span v-for="item in userInfo.roles" :key="item.roleId">{{ item.roleName }}</span>
</div> </div>
</el-col> </el-col>
</el-col> </el-col>
<el-col :md="24" class="mt10"> <el-col :md="24" class="mt10">
<el-col :xs="24" :sm="12" :md="8" class="right-l-v"> <el-col :xs="24" :sm="12" :md="8" class="right-l-v">
<div class="right-label one-text-overflow">IP</div> <div class="right-label one-text-overflow">IP</div>
<div class="right-value one-text-overflow">{{userInfo.loginIP}}</div> <div class="right-value one-text-overflow">{{ userInfo.loginIP }}</div>
</el-col> </el-col>
<el-col :xs="24" :sm="12" :md="16" class="right-l-v"> <el-col :xs="24" :sm="12" :md="16" class="right-l-v">
<div class="right-label one-text-overflow">时间</div> <div class="right-label one-text-overflow">时间</div>
@ -41,9 +40,7 @@
</el-col> </el-col>
<el-col :lg="24" class="mt10"> <el-col :lg="24" class="mt10">
<el-button size="small" icon="el-icon-edit-outline"> <el-button size="small" icon="el-icon-edit-outline">
<router-link to="/user/profile"> <router-link to="/user/profile">修改信息</router-link>
修改信息
</router-link>
</el-button> </el-button>
<!-- <el-button size="small" icon="el-icon-position" type="primary">发布活动</el-button> --> <!-- <el-button size="small" icon="el-icon-position" type="primary">发布活动</el-button> -->
</el-col> </el-col>
@ -94,56 +91,55 @@
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
</div> </div>
</template> </template>
<script> <script>
import PanelGroup from "./dashboard/PanelGroup"; import PanelGroup from './dashboard/PanelGroup'
import LineChart from "./dashboard/LineChart"; import LineChart from './dashboard/LineChart'
import RaddarChart from "./dashboard/RaddarChart"; import RaddarChart from './dashboard/RaddarChart'
import PieChart from "./dashboard/PieChart"; import PieChart from './dashboard/PieChart'
import BarChart from "./dashboard/BarChart"; import BarChart from './dashboard/BarChart'
import Scroll from "vue-seamless-scroll"; import Scroll from 'vue-seamless-scroll'
import { listNewArticle } from "@/api/system/article.js"; import { listNewArticle } from '@/api/system/article.js'
const lineChartData = { const lineChartData = {
newVisitis: { newVisitis: {
expectedData: [100, 120, 161, 134, 105, 160, 165], expectedData: [100, 120, 161, 134, 105, 160, 165],
actualData: [120, 82, 91, 154, 162, 140, 145], actualData: [120, 82, 91, 154, 162, 140, 145]
}, },
messages: { messages: {
expectedData: [200, 192, 120, 144, 160, 130, 140], expectedData: [200, 192, 120, 144, 160, 130, 140],
actualData: [180, 160, 151, 106, 145, 150, 130], actualData: [180, 160, 151, 106, 145, 150, 130]
}, },
purchases: { purchases: {
expectedData: [80, 100, 121, 104, 105, 90, 100], expectedData: [80, 100, 121, 104, 105, 90, 100],
actualData: [120, 90, 100, 138, 142, 130, 130], actualData: [120, 90, 100, 138, 142, 130, 130]
}, },
shoppings: { shoppings: {
expectedData: [130, 140, 141, 142, 145, 150, 160], expectedData: [130, 140, 141, 142, 145, 150, 160],
actualData: [120, 82, 91, 154, 162, 140, 130], actualData: [120, 82, 91, 154, 162, 140, 130]
}, }
}; }
export default { export default {
name: "Index", name: 'Index',
components: { components: {
PanelGroup, PanelGroup,
LineChart, LineChart,
RaddarChart, RaddarChart,
PieChart, PieChart,
BarChart, BarChart,
Scroll, Scroll
}, },
computed: { computed: {
photo() { photo() {
return this.$store.getters.photo; return this.$store.getters.photo
}, },
userInfo() { userInfo() {
return this.$store.getters.userinfo; return this.$store.getters.userinfo
}, },
currentTime() { currentTime() {
return this.parseTime(new Date()); return this.parseTime(new Date())
}, },
optionSingleHeight() { optionSingleHeight() {
return { return {
@ -154,28 +150,28 @@ export default {
openWatch: true, // dom openWatch: true, // dom
singleHeight: 0, // (0) direction => 0/1 singleHeight: 0, // (0) direction => 0/1
singleWidth: 0, // (0) direction => 2/3 singleWidth: 0, // (0) direction => 2/3
waitTime: 1000, // (1000ms) waitTime: 1000 // (1000ms)
}; }
}, }
}, },
data() { data() {
return { return {
lineChartData: lineChartData.newVisitis, lineChartData: lineChartData.newVisitis,
newArticleList: [], newArticleList: []
}; }
}, },
created() { created() {
listNewArticle().then((res) => { listNewArticle().then((res) => {
this.newArticleList = res.data; this.newArticleList = res.data
}); })
}, },
methods: { methods: {
handleSetLineChartData(type) { handleSetLineChartData(type) {
this.lineChartData = lineChartData[type]; this.lineChartData = lineChartData[type]
}, },
onOpenGitee() {}, onOpenGitee() {}
}, }
}; }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>