Handy_Cao 7 місяців тому
батько
коміт
cf0c264756

+ 4 - 1
public/locales/en-US.json

@@ -316,7 +316,8 @@
         "agree": "Review Approved",
         "modifypwd": "Modify password",
         "loginout": "System logout",
-        "record": "Temporarily store"
+        "record": "Temporarily store",
+        "download": "下载"
     },
     "investor": {
         "custom": {
@@ -766,6 +767,8 @@
                     "legalCardFrontPhotoUrl": "Legal Rep. ID Front",
                     "legalCardBackPhotoUrl": "Legal Rep. ID Back",
                     "otherUrl": "Legal Authorization",
+                    "template": "下载模板",
+                    "template1": "/template/法人授权书模板.zip",
                     "remark": "Remarks",
                     "tips1": "Please enter trader name",
                     "tips2": "Code or name fuzzy match"

+ 4 - 1
public/locales/th-TH.json

@@ -316,7 +316,8 @@
         "agree": "ตรวจสอบแล้วอนุมัติ",
         "modifypwd": "เปลี่ยนรหัสผ่าน",
         "loginout": "ออกจากระบบ",
-        "record": "lưuชั่วคราว"
+        "record": "lưuชั่วคราว",
+        "download": "下载"
     },
     "investor": {
         "custom": {
@@ -766,6 +767,8 @@
                     "legalCardFrontPhotoUrl": "บัตรประจำตัวด้านหน้าของผู้แทนนิติบุคคล",
                     "legalCardBackPhotoUrl": "บัตรประจำตัวด้านหลังของผู้แทนนิติบุคคล",
                     "otherUrl": "หนังสือมอบอำนาจนิติบุคคล",
+                    "template": "下载模板",
+                    "template1": "/template/法人授权书模板.zip",
                     "remark": "หมายเหตุ",
                     "tips1": "กรุณาป้อนชื่อผู้ค้า",
                     "tips2": "ค้นหาคร่าวๆด้วยรหัสหรือชื่อ"

+ 4 - 1
public/locales/vi-VN.json

@@ -316,7 +316,8 @@
         "agree": "Xét duyệt thành công",
         "modifypwd": "Đổi mật khẩu",
         "loginout": "Đăng xuất khỏi hệ thống",
-        "record": "Lưu tạm thời"
+        "record": "Lưu tạm thời",
+        "download": "下载"
     },
     "investor": {
         "custom": {
@@ -766,6 +767,8 @@
                     "legalCardFrontPhotoUrl": "Mặt trước CMND của pháp nhân",
                     "legalCardBackPhotoUrl": "Mặt sau CMND của pháp nhân",
                     "otherUrl": "Giấy ủy quyền pháp nhân",
+                    "template": "下载模板",
+                    "template1": "/template/法人授权书模板.zip",
                     "remark": "Ghi chú",
                     "tips1": "Nhập tên nhà giao dịch",
                     "tips2": "Khớp mờ mã số hoặc tên"

+ 4 - 1
public/locales/zh-CN.json

@@ -316,7 +316,8 @@
         "agree": "审核通过",
         "modifypwd": "修改密码",
         "loginout": "系统登出",
-        "record": "暂存"
+        "record": "暂存",
+        "download": "下载"
     },
     "investor": {
         "custom": {
@@ -766,6 +767,8 @@
                     "legalCardFrontPhotoUrl": "法人身份证正面",
                     "legalCardBackPhotoUrl": "法人身份证反面",
                     "otherUrl": "法人授权书",
+                    "template": "下载模板",
+                    "template1": "/template/法人授权书模板.zip",
                     "remark": "备注",
                     "tips1": "请输入交易商名称",
                     "tips2": "代码或名称模糊匹配"

+ 4 - 1
public/locales/zh-TW.json

@@ -316,7 +316,8 @@
         "agree": "審核通過",
         "modifypwd": "修改密碼",
         "loginout": "系統登出",
-        "record": "暫存"
+        "record": "暫存",
+        "download": "下载"
     },
     "investor": {
         "custom": {
@@ -766,6 +767,8 @@
                     "legalCardFrontPhotoUrl": "法人身份證正面",
                     "legalCardBackPhotoUrl": "法人身份證反面",
                     "otherUrl": "法人授權書",
+                    "template": "下载模板",
+                    "template1": "/template/法人授权书模板.zip",
                     "remark": "備註",
                     "tips1": "請輸入交易商名稱",
                     "tips2": "代碼或名稱模糊匹配"

+ 2 - 2
src/packages/pc/views/investor/manage/user/components/details/view.vue

@@ -197,12 +197,12 @@
             <!-- 法人授权书 -->
             <template #otherUrl="{ value }">
                 <p>
-                    <el-link type="primary" :href="value" target="_blank" v-if="value">下载</el-link>
+                    <el-link type="primary" :href="value" target="_blank" v-if="value">{{ t('operation.download') }}</el-link>
                     <span v-else>{{ handleNoneValue() }}</span>
                 </p>
                 <p class="g-red" v-if="newData && newData.userinfoDetailVo.otherUrl !== value">
                     <el-link type="danger" :href="newData.userinfoDetailVo.otherUrl" target="_blank"
-                        v-if="newData.userinfoDetailVo.otherUrl">下载</el-link>
+                        v-if="newData.userinfoDetailVo.otherUrl">{{ t('operation.download') }}</el-link>
                     <span v-else>{{ handleNoneValue() }}</span>
                 </p>
             </template>

+ 2 - 2
src/packages/pc/views/investor/manage/user/components/edit/index.vue

@@ -129,8 +129,8 @@
                     <el-form-item :label="t('investor.manage.user.edit.otherUrl')" prop="otherUrl">
                         <div>
                             <app-upload v-model="uploadFiles.otherUrl" :max-size="uploadConfig.maxFileSize" />
-                            <a href="./template/法人授权书模板.zip" target="_blank"
-                                style="color: royalblue; text-decoration: underline;">下载模板</a>
+                            <a href="/template/法人授权书模板.zip" target="_blank"
+                                style="color: royalblue; text-decoration: underline;">{{ t('investor.manage.user.edit.template') }}</a>
                         </div>
                     </el-form-item>
                 </template>

+ 1 - 1
src/packages/pc/views/investor/user/open/components/details/index.vue

@@ -30,7 +30,7 @@
             </template>
             <!-- 法人授权书 -->
             <template #otherurl="{ value }">
-                <el-link type="primary" :href="value" target="_blank" v-if="value">下载</el-link>
+                <el-link type="primary" :href="value" target="_blank" v-if="value">{{ t('operation.download') }}</el-link>
                 <span v-else>{{ handleNoneValue() }}</span>
             </template>
             <!-- 银行卡正面 -->

+ 2 - 2
src/packages/pc/views/investor/user/open/components/edit/index.vue

@@ -82,8 +82,8 @@
             <el-form-item :label="t('investor.user.open.edit.otherurl')" prop="otherurl" v-if="!isPerson">
                 <div>
                     <app-upload v-model="uploadFiles.otherurl" :max-size="uploadConfig.maxFileSize" />
-                    <a href="./template/法人授权书模板.zip" target="_blank"
-                        style="color: royalblue; text-decoration: underline;">下载模板</a>
+                    <a href="/template/法人授权书模板.zip" target="_blank"
+                        style="color: royalblue; text-decoration: underline;">{{ t('investor.manage.user.edit.template') }}</a>
                 </div>
             </el-form-item>
             <el-form-item class="el-form-item--row" :label="t('investor.user.open.edit.region')" prop="region">

+ 2 - 4
src/packages/pc/views/report/institution/index.vue

@@ -193,10 +193,8 @@ const tableColumns = ref<Model.TableColumn[]>([
 
 // 表单验证规则
 const filterRules: FormRules = {
-    date: [{
-        required: true,
-        validator: () => dateValue.value?.length === 2
-    }]
+    reckondate: [{ required: true }],
+    reckondateend: [{ required: true }],
 }
 
 const { queryParams, filterOption, getQueryParams, resetFilters } = useDataFilter<Model.InvestorReportReq>({