1
This commit is contained in:
		@@ -20,9 +20,9 @@
 | 
			
		||||
							@change="changeSelect(scope.row, 'tableName')">
 | 
			
		||||
							<el-option
 | 
			
		||||
								v-for="item in tableNameList"
 | 
			
		||||
								:key="item.id"
 | 
			
		||||
								:key="item.value"
 | 
			
		||||
								:label="item.label"
 | 
			
		||||
								:value="item.id"></el-option>
 | 
			
		||||
								:value="item.value"></el-option>
 | 
			
		||||
						</el-select>
 | 
			
		||||
					</div>
 | 
			
		||||
				</template>
 | 
			
		||||
 
 | 
			
		||||
@@ -63,7 +63,7 @@ const tableProps = [
 | 
			
		||||
	{
 | 
			
		||||
		prop: 'unit',
 | 
			
		||||
		label: '单位',
 | 
			
		||||
		filter: publicFormatter('energy_unit'),
 | 
			
		||||
		filter: publicFormatter('unit_dict'),
 | 
			
		||||
		minWidth: 110,
 | 
			
		||||
	},
 | 
			
		||||
	{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user