Compare commits
	
		
			2 Commits
		
	
	
		
			c614b21aef
			...
			a47e184e9f
		
	
	| Author | SHA1 | Date | 
|---|---|---|
| 
							
							
								 | 
						a47e184e9f | |
| 
							
							
								 | 
						354f4fa91c | 
| 
						 | 
				
			
			@ -105,7 +105,14 @@
 | 
			
		|||
            prop="pointTypeLabel"
 | 
			
		||||
            label="点位类型"
 | 
			
		||||
            width="100"
 | 
			
		||||
          />
 | 
			
		||||
          >
 | 
			
		||||
            <template slot-scope="scope">
 | 
			
		||||
              <el-tag size="small" :type="scope.row.pointTypeLabel === '普通点位' ? 'info' : 'warning'">
 | 
			
		||||
                {{ scope.row.pointTypeLabel }}
 | 
			
		||||
              </el-tag>
 | 
			
		||||
 | 
			
		||||
            </template>
 | 
			
		||||
          </el-table-column>
 | 
			
		||||
          <el-table-column
 | 
			
		||||
            align="center"
 | 
			
		||||
            prop="stage"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -43,7 +43,6 @@
 | 
			
		|||
            type="text"
 | 
			
		||||
            tabindex="1"
 | 
			
		||||
            auto-complete="on"
 | 
			
		||||
            @blur="getCheck"
 | 
			
		||||
          />
 | 
			
		||||
        </el-form-item>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue