Commit d31142c9 authored by renjintao's avatar renjintao

Merge branch 'product' of git.mes123.com:zhouyx/mes-ui into product-rjt

parents 6ff8bab7 e4baafeb
...@@ -100,6 +100,9 @@ export default { ...@@ -100,6 +100,9 @@ export default {
itemStyle: { itemStyle: {
normal: { normal: {
color: function(params) { color: function(params) {
return colorList[params.dataIndex]; return colorList[params.dataIndex];
} }
} }
......
<template> <template>
<div class="home"> <div class="home_box">
<Card> <Card>
<div class="flex"> <div class="flex">
<div class="user"> <div class="user">
...@@ -36,7 +36,7 @@ export default { ...@@ -36,7 +36,7 @@ export default {
</script> </script>
<style lang="less"> <style lang="less">
.home { .home_box {
background: rgba(245, 246, 250, 1); background: rgba(245, 246, 250, 1);
margin: -5px -10px -50px -10px; margin: -5px -10px -50px -10px;
height: 100%; height: 100%;
......
...@@ -16,12 +16,12 @@ ...@@ -16,12 +16,12 @@
</Row> </Row>
<div class="bill"> <div class="bill">
<h4 class="title1">订单信息</h4> <h4 class="title1">订单信息</h4>
<h4 class="title2">单信息</h4> <h4 class="title2">单信息</h4>
</div> </div>
<div class="bill-conten"> <div class="bill-conten">
<div class="bill-body" v-for="(li,index) in listData" :key="index" @click="itemClick"> <div class="bill-body" v-for="(li,index) in listData" :key="index" >
<div class="body"> <div class="body">
<div class="bill-l"> <div class="bill-l" @click="itemClick">
<div class="l-list"> <div class="l-list">
<Row class="title-i"> <Row class="title-i">
<Col :span="12">{{li.mesCode}}</Col> <Col :span="12">{{li.mesCode}}</Col>
......
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