MrShi
2025-04-23 c8b32b8bca79a116cfab70eb8c389907b664c9ca
h5/pages/chart_details/chart_details.vue
@@ -7,11 +7,11 @@
         </view>
         <view class="search_item" v-if="['2'].includes(this.type)" @click="$refs.pengTree._show()">
            <view class="search_item_label">位置</view>
            <view class="search_item_value">{{ model.localtionName ? model.localtionName : '全部' }}</view>
            <view class="search_item_value">{{ model.localtionId ? model.localtionName : '全部' }}</view>
         </view>
         <view class="search_item" v-if="['2'].includes(this.type)" @click="openZT">
            <view class="search_item_label">主题</view>
            <view class="search_item_value">{{ model.typeName ? model.typeName : '全部' }}</view>
            <view class="search_item_value">{{ model.typeId ? model.typeName : '全部' }}</view>
         </view>
         <view class="search_item" @click="openRQ">
            <view class="search_item_label">日期</view>
@@ -190,11 +190,21 @@
                     {
                        name: '不符合数',
                        type: 'bar',
                        label: {
                           show: true,
                           color: '#3875C5',
                           position: 'right'
                        },
                        data: []
                     },
                     {
                        name: '已解决数',
                        type: 'bar',
                        label: {
                           show: true,
                           color: '#3875C5',
                           position: 'right'
                        },
                        data: []
                     }
                  ]
@@ -220,6 +230,7 @@
         async getLocation() {
            let res = await this.$u.api.categoryTree({ categoryType: 3 })
            if (res.code === 200) {
               res.data.unshift({ name: '全部', id: '', childList: [] })
               this.address = res.data
            }
         },
@@ -227,6 +238,7 @@
         async getZhuti() {
            let res = await this.$u.api.categoryList({ categoryType: 4, isRoot: 1 })
            if (res.code === 200) {
               res.data.unshift({ name: '全部', id: '', childList: [] })
               this.theme = [res.data]
            }
         },
@@ -398,7 +410,7 @@
      .chat {
         width: 100%;
         height: 500rpx;
         height: 800rpx;
         padding: 0 30rpx;
         box-sizing: border-box;
         margin-top: 90rpx;