Browse Source

feat: 指标趋势支持多语言

vera_min 1 month ago
parent
commit
ffbb9b5740
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/iot/dataAnalysis/IndicatorAggregation/index.vue

+ 2 - 0
src/views/iot/dataAnalysis/IndicatorAggregation/index.vue

@@ -2,7 +2,9 @@
 	<div class="page">
 		<el-card shadow="never">
 			<el-form inline>
+				<!-- 选择产品: -->
 				<el-form-item label="选择产品:" prop="productKey">
+					<!-- 请选择产品 -->
 					<el-select v-model="params.productKey" filterable placeholder="请选择产品" @change="productChange">
 						<el-option v-for="item in productList" :key="item.key" :label="item.name" :value="item.key">
 							<span style="float: left">{{ item.name }}</span>