pc-master #154
@ -411,15 +411,9 @@
 | 
			
		||||
                        <el-table :data="tableData" :row-class-name="tableRowClassName" height="520"
 | 
			
		||||
                            style="width: 100%">
 | 
			
		||||
 | 
			
		||||
                            <el-table-column prop="environmentId" label="报警名称">
 | 
			
		||||
                                <template slot-scope="scope">
 | 
			
		||||
                                    <div>
 | 
			
		||||
                                        {{ typeSelList[scope.row.environmentId - 1].name }}
 | 
			
		||||
                                    </div>
 | 
			
		||||
                                </template>
 | 
			
		||||
                            <el-table-column prop="environmentName" label="报警名称">
 | 
			
		||||
                            </el-table-column>
 | 
			
		||||
                            <el-table-column prop="environmentId" label="判断条件">
 | 
			
		||||
 | 
			
		||||
                                <template slot-scope="scope">
 | 
			
		||||
                                    <div>
 | 
			
		||||
                                        {{ typeSelList1[scope.row.unit - 1].name }}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user