|  | @@ -77,6 +77,16 @@
 | 
											
												
													
														|  |                <template slot="forecastQuantity" slot-scope="{row: sub}">
 |  |                <template slot="forecastQuantity" slot-scope="{row: sub}">
 | 
											
												
													
														|  |                  <span>{{ formatNumber(sub.forecastQuantity) }}</span>
 |  |                  <span>{{ formatNumber(sub.forecastQuantity) }}</span>
 | 
											
												
													
														|  |                </template>
 |  |                </template>
 | 
											
												
													
														|  | 
 |  | +              <!-- 子表中的审批状态展示成标签 -->
 | 
											
												
													
														|  | 
 |  | +              <template slot="approvalStatus" slot-scope="{row: sub}">
 | 
											
												
													
														|  | 
 |  | +                <el-tag :type="getApprovalStatusConfig(sub.approvalStatus).type" size="small">
 | 
											
												
													
														|  | 
 |  | +                  {{ getApprovalStatusConfig(sub.approvalStatus).label }}
 | 
											
												
													
														|  | 
 |  | +                </el-tag>
 | 
											
												
													
														|  | 
 |  | +              </template>
 | 
											
												
													
														|  | 
 |  | +              <!-- 子表中的审批时间格式化显示 -->
 | 
											
												
													
														|  | 
 |  | +              <template slot="approvedTime" slot-scope="{row: sub}">
 | 
											
												
													
														|  | 
 |  | +                <span>{{ sub.approvedTime ? formatDateTime(sub.approvedTime) : '-' }}</span>
 | 
											
												
													
														|  | 
 |  | +              </template>
 | 
											
												
													
														|  |              </avue-crud>
 |  |              </avue-crud>
 | 
											
												
													
														|  |            </div>
 |  |            </div>
 | 
											
												
													
														|  |          </div>
 |  |          </div>
 |