修复任务字段过滤与控件可写规则

This commit is contained in:
andy
2026-07-13 09:52:10 +08:00
parent b05001e481
commit 20eac61cb6
9 changed files with 593 additions and 132 deletions

View File

@@ -358,6 +358,8 @@ export default {
confirmedOrderId: 'Confirmed order ID',
fieldValuePlaceholder: 'Enter the confirmed value',
noSupportedMissingFields: 'The current missing fields are not supported for frontend resolution yet. Confirm field mapping with backend.',
unopenedFieldsTitle: 'Fields not opened for editing',
fieldBackendUnopened: 'The backend has not opened this field for editing.',
fieldRequired: 'Fill the missing field values and confirmed order ID',
reason: 'Resolution note',
reasonPlaceholder: 'Optional note for the manual decision',

View File

@@ -358,6 +358,8 @@ export default {
confirmedOrderId: 'รหัสออเดอร์ที่ยืนยัน',
fieldValuePlaceholder: 'กรอกค่าที่ยืนยันแล้ว',
noSupportedMissingFields: 'ข้อมูลที่ขาดปัจจุบันยังไม่รองรับการปลดบล็อกจากหน้าเว็บ โปรดยืนยัน mapping กับหลังบ้าน',
unopenedFieldsTitle: 'ข้อมูลที่ยังไม่เปิดให้แก้ไข',
fieldBackendUnopened: 'หลังบ้านยังไม่ได้เปิดให้แก้ไขข้อมูลนี้',
fieldRequired: 'โปรดกรอกข้อมูลที่ขาดและรหัสออเดอร์ที่ยืนยัน',
reason: 'หมายเหตุการจัดการ',
reasonPlaceholder: 'ไม่บังคับ ระบุเหตุผลการตัดสินใจ',

View File

@@ -358,6 +358,8 @@ export default {
confirmedOrderId: '确认订单编号',
fieldValuePlaceholder: '填写确认后的值',
noSupportedMissingFields: '当前缺失字段暂不支持前端解阻,请联系后端确认字段映射。',
unopenedFieldsTitle: '未开放编辑字段',
fieldBackendUnopened: '当前字段后端未开放编辑',
fieldRequired: '请填写缺失字段和确认订单编号',
reason: '处理说明',
reasonPlaceholder: '可选,说明人工判断依据',