上传您的第一个文件上傳您的第一個檔案Upload your first file
| 文件名檔案名稱Filename | 备注備註Remark | 方案方案Plan | 旋转旋轉Rot | 上传时间上傳時間Upload Time | 解压解壓Extr | 整理整理Org | 翻转翻轉Flip | AI | 处理處理Proc | 合并合併Merge | 处理进度處理進度Progress | 状态状态Status | 操作操作Actions |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ file.fileName }} | {{ file.remark || '无' }} | {{ getPlanName(file.customerPlanId) || '方案ID: ' + file.customerPlanId }} 无 | {{ file.needRotate ? '✅' : '◯' }} | {{ file.uploadTime }} | {{ file.extracted ? '✅' : '◯' }} | {{ file.organized ? '✅' : '◯' }} | {{ file.flipped ? '✅' : '◯' }} | {{ file.aiRecognized ? '✅' : '◯' }} | {{ file.processed ? '✅' : '◯' }} | {{ file.merged ? '✅' : '◯' }} |
{{ file.isError == 1 ? '异常' : calculateProgress(file) + '%' }}{{ file.isError == 1 ? '异常' : calculateProgress(file) + '%' }}{{ file.isError == 1 ? 'Error' : calculateProgress(file) + '%' }}
|
异常异常Error
文件处理过程中出现异常,请查看处理明细檔案處理過程中出现异常,請檢視處理明细An error occurred during file processing, please view details
正常正常Normal
|
|
该文件暂无处理日志信息該檔案暂無處理日誌信息No processing logs for this file
请先为客户上传配置来源,或选择其他客户請先为客户上傳組態来源,或選择其他客户Please upload components or select another customer
请先为配置来源配置元件,或选择其他配置来源請先為組態來源配置元件,或選擇其他組態來源Configure rules or select other sources
创建您的第一个客户方案創建您的第一個客戶方案Create your first customer plan
| ID | 方案名称方案名稱Plan Name | 客户客戶Customer | 方案说明方案說明Description | 元件数量元件數量Rules | 更新时间更新時間Updated | 操作操作Actions |
|---|---|---|---|---|---|---|
| #{{ plan.id }} | {{ plan.plan_name }} | {{ plan.customer_name || (this.lang==='zh-cn'?'无客户':this.lang==='zh-tw'?'無客戶':'No customer') }} | {{ plan.plan_remark || (this.lang==='zh-cn'?'无说明':this.lang==='zh-tw'?'無說明':'No description') }} | {{ plan.items_count || 0 }} 个元件個元件rules | {{ formatDateTime(plan.updateTime) }} |
|