修改积分类型字段
This commit is contained in:
		
							parent
							
								
									0fd4645514
								
							
						
					
					
						commit
						0b62cba3b9
					
				@ -100,7 +100,7 @@
 | 
				
			|||||||
            key: "point",
 | 
					            key: "point",
 | 
				
			||||||
            width: 110,
 | 
					            width: 110,
 | 
				
			||||||
            render: (h, params) => {
 | 
					            render: (h, params) => {
 | 
				
			||||||
              if (params.row.pointType == 1) {
 | 
					              if (params.row.pointType == 'INCREASE') {
 | 
				
			||||||
                return h('div', [
 | 
					                return h('div', [
 | 
				
			||||||
                  h('span', {
 | 
					                  h('span', {
 | 
				
			||||||
                    style: {
 | 
					                    style: {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user