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