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

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: {
search: 'Search',
empty:"Empty",
menu: 'menu',
clearCache: 'Clear Cache',
closeOthers: 'Close Others',

View File

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

View File

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