|  |  |  | @ -116,15 +116,15 @@ | 
			
		
	
		
			
				
					|  |  |  |  |               :row-style="{ height: '60px' }" | 
			
		
	
		
			
				
					|  |  |  |  |               :cell-style="{ padding: '0' }" | 
			
		
	
		
			
				
					|  |  |  |  |     > | 
			
		
	
		
			
				
					|  |  |  |  |       <!--<el-table-column label="赋码状态" prop="cpmctymc">--> | 
			
		
	
		
			
				
					|  |  |  |  |       <!--  <template v-slot="scope">--> | 
			
		
	
		
			
				
					|  |  |  |  |       <!--    <div style="text-align: center;">--> | 
			
		
	
		
			
				
					|  |  |  |  |       <!--      <el-tag :type="getTagColor(scope.row)" size="26">--> | 
			
		
	
		
			
				
					|  |  |  |  |       <!--        {{ codingStatus }}--> | 
			
		
	
		
			
				
					|  |  |  |  |       <!--      </el-tag>--> | 
			
		
	
		
			
				
					|  |  |  |  |       <!--    </div>--> | 
			
		
	
		
			
				
					|  |  |  |  |       <!--  </template>--> | 
			
		
	
		
			
				
					|  |  |  |  |       <!--</el-table-column>--> | 
			
		
	
		
			
				
					|  |  |  |  |       <el-table-column label="赋码状态" prop="cpmctymc"> | 
			
		
	
		
			
				
					|  |  |  |  |         <template v-slot="scope"> | 
			
		
	
		
			
				
					|  |  |  |  |           <div style="text-align: center;"> | 
			
		
	
		
			
				
					|  |  |  |  |             <el-tag :type="getTagColor(scope.row)" size="26"> | 
			
		
	
		
			
				
					|  |  |  |  |               {{ codingStatus }} | 
			
		
	
		
			
				
					|  |  |  |  |             </el-tag> | 
			
		
	
		
			
				
					|  |  |  |  |           </div> | 
			
		
	
		
			
				
					|  |  |  |  |         </template> | 
			
		
	
		
			
				
					|  |  |  |  |       </el-table-column> | 
			
		
	
		
			
				
					|  |  |  |  |       <el-table-column label="产品通用名" prop="cpmctymc"> | 
			
		
	
		
			
				
					|  |  |  |  |         <template v-slot="scope"> | 
			
		
	
		
			
				
					|  |  |  |  |           <div :style="{ fontSize: '16px' }">{{ scope.row.cpmctymc }}</div> | 
			
		
	
	
		
			
				
					|  |  |  | 
 |