src/views/home/work-order/index.vue
@@ -3,7 +3,7 @@ <el-card class="data-card" :body-style="{ height: '100%' }"> <div class="card-content"> <div class="title-container"> <h1>运维监控报表</h1> <h1>运维工单报表</h1> <div class="select-container"> <el-select v-model="company" placeholder="请选择运维公司" @change="companyChange"> <el-option v-for="item in options" :key="item.value" :label="item.label" :value="item.value">