@@ -33,9 +33,9 @@
<div v-if="index === 4" class="img">
<img src="../../images/smodule/waste-cate5.png" alt="">
</div>
- <div v-if="index === 5" class="img">
+ <!-- <div v-if="index === 5" class="img">
<img src="../../images/smodule/waste-cate6.png" alt="">
- </div>
+ </div> -->
@@ -171,9 +171,9 @@ export default class Smodule23 extends Vue {
margin-top: 1%;
}
.waste-cate-box .one{
- width: 11.7%;
+ width: 15%;
height: 100%;
- margin-left: 4.3%;
+ margin-left: 5%;
background-image: url(../../images/smodule/waste-halo.png);
background-repeat: no-repeat;
background-size: 100% 100%;
@@ -37,7 +37,7 @@ export default class Smodule24 extends Vue {
echartdata = {
- color: ['#B24038', '#FFF000', '#709FA6', '#C8856B', '#9DC5B0'], // , '#7D9D85'
+ color: ['#B24038', '#FFF000', '#709FA6', '#C8856B', '#FF69B4'], // , '#7D9D85'
legend: {
data: [],
textStyle: {
@@ -43,7 +43,7 @@ export default class Smodule17 extends Vue {
getWasteRecord() {
api.getWasteRecord().then((res) => {
this.config = {
- header: ['收取科室', '收取人', '收取时间', '状态'],
+ header: ['科室', '收取人', '收取时间', '类型', '重量', '状态'],
headerBGC: '#13397d',
headerHeight: 45,
data: res.data,