From 1ccafb61d520b3ed195d43c7c52b6938a78afbe4 Mon Sep 17 00:00:00 2001 From: dengxin <2390584170@qq.com> Date: Sun, 4 Feb 2024 19:41:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E8=A1=97=E9=81=93=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E7=BB=9F=E8=AE=A1=E6=98=8E=E7=BB=86=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E2=80=9C=E5=8F=91=E5=B7=A5=E8=B5=84=E4=BA=BA=E6=95=B0=E2=80=9D?= =?UTF-8?q?=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lang/en.js | 1 + src/lang/zh.js | 1 + src/views/manage/mission/count/table/detail.vue | 8 ++++---- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/lang/en.js b/src/lang/en.js index 0205159..2f2a57f 100644 --- a/src/lang/en.js +++ b/src/lang/en.js @@ -106,6 +106,7 @@ export default { }, tagsView: { search: 'Search', + empty:"Empty", menu: 'menu', clearCache: 'Clear Cache', closeOthers: 'Close Others', diff --git a/src/lang/zh.js b/src/lang/zh.js index 76d7884..40d0978 100644 --- a/src/lang/zh.js +++ b/src/lang/zh.js @@ -108,6 +108,7 @@ export default { }, tagsView: { search: '搜索', + empty:"清空", menu: '更多', clearCache: '清除缓存', closeOthers: '关闭其它', diff --git a/src/views/manage/mission/count/table/detail.vue b/src/views/manage/mission/count/table/detail.vue index 0a740c4..39499b8 100644 --- a/src/views/manage/mission/count/table/detail.vue +++ b/src/views/manage/mission/count/table/detail.vue @@ -140,10 +140,10 @@ export default { label: "录用人数", prop: "employedCount", }, - { - label: "发工资人数", - prop: "userPayCount", - }, + // { + // label: "发工资人数", + // prop: "userPayCount", + // }, { label: "工资",