去除街道任务统计明细中的“发工资人数”列

This commit is contained in:
dengxin
2024-02-04 19:41:55 +08:00
parent d4dda18720
commit 1ccafb61d5
3 changed files with 6 additions and 4 deletions

View File

@@ -106,6 +106,7 @@ export default {
}, },
tagsView: { tagsView: {
search: 'Search', search: 'Search',
empty:"Empty",
menu: 'menu', menu: 'menu',
clearCache: 'Clear Cache', clearCache: 'Clear Cache',
closeOthers: 'Close Others', closeOthers: 'Close Others',

View File

@@ -108,6 +108,7 @@ export default {
}, },
tagsView: { tagsView: {
search: '搜索', search: '搜索',
empty:"清空",
menu: '更多', menu: '更多',
clearCache: '清除缓存', clearCache: '清除缓存',
closeOthers: '关闭其它', closeOthers: '关闭其它',

View File

@@ -140,10 +140,10 @@ export default {
label: "录用人数", label: "录用人数",
prop: "employedCount", prop: "employedCount",
}, },
{ // {
label: "发工资人数", // label: "发工资人数",
prop: "userPayCount", // prop: "userPayCount",
}, // },
{ {
label: "工资", label: "工资",