Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqtOut
| | |
| | | </el-row> |
| | | </el-form> |
| | | <div ref="main" style="width: 100%; height: 300px"></div> |
| | | <div style="width: 100%; padding-left: 20px"> |
| | | <el-select v-model="params.searchParams.classification" style="width: 200px" |
| | | placeholder="请选择物资分类" @change="emergencySuppliesCount"> |
| | | <el-option label="事故气体吸收装置" value="1"></el-option> |
| | |
| | | <ArrowLeftBold class="pie-left" :class="disabledLeft" @click="leftClick" /> |
| | | <ArrowRightBold class="pie-right" :class="disabledRight" @click="rightClick" /> |
| | | </div> |
| | | |
| | | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </template> |
| | |
| | | }, |
| | | color:['#24c548'], |
| | | title: { |
| | | text: list.value[a].name+'\n'+list.value[a].totalNum, |
| | | x: 127, |
| | | y: 63, |
| | | text: list.value[a].name+'\n\n'+list.value[a].totalNum, |
| | | x: '49%', |
| | | y: '35%', |
| | | textAlign:'center', |
| | | textStyle: { |
| | | color: '#24c548', |
| | | fontSize: 25, |
| | | fontSize: 19, |
| | | fontWeight: "bold", |
| | | fontFamily:'D-DIN', |
| | | textShadowColor:'red' |