测试问题修改
This commit is contained in:
		
							parent
							
								
									14b11e5538
								
							
						
					
					
						commit
						eb6c328d45
					
				| 
						 | 
				
			
			@ -100,7 +100,7 @@
 | 
			
		|||
                    <el-table-column label="数量" align="center" prop="orderNum" :show-overflow-tooltip="true"></el-table-column> 
 | 
			
		||||
                    <el-table-column label="总金额(元)" align="center" prop="" :show-overflow-tooltip="true">
 | 
			
		||||
                        <template slot-scope="scope">
 | 
			
		||||
                            <span>{{ scope.row.orderNum*scope.row.singlePrice }}</span>
 | 
			
		||||
                            <span>{{ (scope.row.orderNum*scope.row.singlePrice/100).toFixed(2) }}</span>
 | 
			
		||||
                        </template>
 | 
			
		||||
                    </el-table-column> 
 | 
			
		||||
                    <el-table-column label="备注" align="center" prop="remark" :show-overflow-tooltip="true"></el-table-column>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -80,7 +80,7 @@
 | 
			
		|||
                    <el-table-column label="订货数量" align="center" prop="orderNum" :show-overflow-tooltip="true"></el-table-column> 
 | 
			
		||||
                    <el-table-column label="总金额(元)" align="center" prop="" :show-overflow-tooltip="true">
 | 
			
		||||
                        <template slot-scope="scope">
 | 
			
		||||
                            <span>{{ scope.row.orderNum*scope.row.unitPrice }}</span>
 | 
			
		||||
                            <span>{{ (scope.row.orderNum*scope.row.unitPrice/100).toFixed(2) }}</span>
 | 
			
		||||
                        </template>
 | 
			
		||||
                    </el-table-column> 
 | 
			
		||||
                    <el-table-column label="送货数量" align="center" prop="deliveryNum" :show-overflow-tooltip="true"></el-table-column> 
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -107,7 +107,7 @@
 | 
			
		|||
                    <el-table-column label="数量" align="center" prop="orderNum" :show-overflow-tooltip="true"></el-table-column> 
 | 
			
		||||
                    <el-table-column label="总金额(元)" align="center" prop="" :show-overflow-tooltip="true">
 | 
			
		||||
                        <template slot-scope="scope">
 | 
			
		||||
                            <span>{{ scope.row.orderNum*scope.row.singlePrice }}</span>
 | 
			
		||||
                            <span>{{ (scope.row.orderNum*scope.row.singlePrice/100).toFixed(2) }}</span>
 | 
			
		||||
                        </template>
 | 
			
		||||
                    </el-table-column> 
 | 
			
		||||
                    <el-table-column label="备注" align="center" prop="remark" :show-overflow-tooltip="true"></el-table-column>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -96,7 +96,7 @@
 | 
			
		|||
                    <el-table-column label="采购数量" align="center" prop="purchaseNum" :show-overflow-tooltip="true"></el-table-column> 
 | 
			
		||||
                    <el-table-column label="预计采购金额(元)" align="center" prop="" :show-overflow-tooltip="true">
 | 
			
		||||
                        <template slot-scope="scope">
 | 
			
		||||
                            <span>{{ scope.row.purchaseNum*scope.row.unitPrice }}</span>
 | 
			
		||||
                            <span>{{ (scope.row.purchaseNum*scope.row.unitPrice/100).toFixed(2) }}</span>
 | 
			
		||||
                        </template>
 | 
			
		||||
                    </el-table-column> 
 | 
			
		||||
                    <el-table-column label="备注" align="center" prop="remark" :show-overflow-tooltip="true"></el-table-column>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -216,7 +216,14 @@
 | 
			
		|||
                        align="center"
 | 
			
		||||
                        key="userName"
 | 
			
		||||
                        prop="userName" 
 | 
			
		||||
                        v-if="columns[1].visible"
 | 
			
		||||
                        :show-overflow-tooltip="true"
 | 
			
		||||
                    />
 | 
			
		||||
                    <el-table-column
 | 
			
		||||
                        label="用户编码"
 | 
			
		||||
                        align="center"
 | 
			
		||||
                        key="userCode"
 | 
			
		||||
                        prop="userCode"
 | 
			
		||||
                        v-if="columns[2].visible"
 | 
			
		||||
                        :show-overflow-tooltip="true"
 | 
			
		||||
                    />
 | 
			
		||||
                    <el-table-column
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue