echarttu修改

master
Tuzki 2 years ago
parent db4b5658a2
commit 0c094b508f
  1. 9
      pages/work/index.vue
  2. 3
      subPackWork/equipmentManagement/equipmentEdit.vue
  3. 14
      subPackWork/scenicAreaManagement/scenicAreaManagementEdit.vue

@ -88,7 +88,7 @@
<view class="v-card-box">
<common-title :title="'告警趋势'"></common-title>
<view style="overflow-x: scroll;">
<view class="v-aram-charts" style="width: 800px;">
<view class="v-aram-charts" >
<qiun-data-charts :chartData="chartData" :opts="chartOpts" type="area" />
</view>
</view>
@ -370,13 +370,18 @@
"#9A60B4", "#ea7ccc"
],
padding: [15, 10, 0, 15],
enableScroll: false,
enableScroll: true,
legend: {
show: false,
},
xAxis: {
labelCount:5,
rotateLabel:true,
rotateAngle:45,
disableGrid: true,
boundaryGap: "justify",
itemCount: 4,
scrollShow: true
},
yAxis: {
gridType: "dash",

@ -161,6 +161,9 @@
this.$refs.form.setRules(this.rules);
},
methods: {
maskClick(val){
console.log(val)
},
//
updateImgList(val) {
console.log(val);

@ -56,12 +56,12 @@
</evan-form-item>
</view>
</view>
<view class="v-card-item">
<!-- <view class="v-card-item">
<view class="v-card-box">
<common-title :title="'景区信息'"></common-title>
<common-title :title="'景区信息'"></common-title> -->
<!-- <view class="title-pic">开放时间</view> -->
<!-- <textarea class="area-text" v-model="info.openTime" auto-height /> -->
<evan-form-item label="开放时间:">
<!-- <evan-form-item label="开放时间:">
<picker class="time-picker" mode="time" :value="startTime" start="00:00" end="23:59"
@change="bindTimeChange">
<view class="uni-input">{{ startTime }}</view>
@ -71,7 +71,13 @@
@change="bindTimeChange1">
<view class="uni-input">{{ endTime }}</view>
</picker>
</evan-form-item>
</evan-form-item> -->
<!-- </view> -->
<!-- </view> -->
<view class="v-card-item">
<view class="v-card-box">
<common-title :title="'开放时间'"></common-title>
<textarea class="area-text" v-model="info.openTime" auto-height />
</view>
</view>
<view class="v-card-item">

Loading…
Cancel
Save