@@ -252,7 +252,7 @@
}
},
"tss": {
- "title": "Category",
+ "title": "Orders",
"tips1": "Please enter search keywords",
"subtitle1": "Full payment",
"subtitle2": "Deposit"
- "title": "หมวดหมู่",
+ "title": "กำลังถือคำสั่ง",
"tips1": "กรุณากรอกคำค้นหา",
"subtitle1": "ชำระเต็มจำนวน",
"subtitle2": "ชำระล่วงหน้า"
- "title": "Phân loại",
"tips1": "Vui lòng nhập từ khóa tìm kiếm",
"subtitle1": "Toàn bộ số tiền",
"subtitle2": "Tiền đặt cọc"
- "title": "分类",
+ "title": "持有订单",
"tips1": "请输入搜索关键词",
"subtitle1": "全款",
"subtitle2": "预付款"
- "title": "分類",
+ "title": "持有訂單",
"tips1": "請輸入搜索關鍵詞",
"subtitle2": "預付款"
@@ -147,7 +147,7 @@ const formRules = computed(() => {
}],
MobilePhone: [{
required: true,
- message: '请输入手机号码',
+ message: t('banksign.Pleaseenteryourmobilephonenumber'),
validator: (rule, value, callback) => {
/// 值为”0“ 时 只校验长度20位,不限字符
if (system_1010.value === '0') {