Commit 9e75edae by 陈浩建

修改系统名字,图片

parent 80d1b063
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
:collapsible="collapsible" :collapsible="collapsible"
v-model="collapsed" v-model="collapsed"
:trigger="null"> :trigger="null">
<logo title="合伙人" titleUrl="./logoJY.png"/> <logo title="校园数字化营销" titleUrl="./logoJY.png"/>
<s-menu <s-menu
:collapsed="collapsed" :collapsed="collapsed"
:menu="menus" :menu="menus"
......
...@@ -902,7 +902,7 @@ ...@@ -902,7 +902,7 @@
}, },
orderInfo: {}, orderInfo: {},
columns: [ columns: [
{dataIndex: "customerName", width: 90, title: "客户姓名", fixed: "left"}, {dataIndex: "customerName", width: 100, title: "客户姓名", fixed: "left"},
{dataIndex: "orderStatus", width: 80, title: "订单状态", fixed: "left"}, {dataIndex: "orderStatus", width: 80, title: "订单状态", fixed: "left"},
{ {
dataIndex: "userType", dataIndex: "userType",
......
...@@ -350,7 +350,7 @@ export default { ...@@ -350,7 +350,7 @@ export default {
.caption{ .caption{
width: 666vw/@vw; width: 666vw/@vw;
height: 792vw/@vw; height: 792vw/@vw;
background: url("~@/assets/bg_content.png") no-repeat center; background: url("~@/assets/bg_content_new.jpg") no-repeat center;
background-size: cover; background-size: cover;
float: left; float: left;
} }
......
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