去除街道任务统计明细中的“发工资人数”列
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
@@ -108,6 +108,7 @@ export default {
|
|||||||
},
|
},
|
||||||
tagsView: {
|
tagsView: {
|
||||||
search: '搜索',
|
search: '搜索',
|
||||||
|
empty:"清空",
|
||||||
menu: '更多',
|
menu: '更多',
|
||||||
clearCache: '清除缓存',
|
clearCache: '清除缓存',
|
||||||
closeOthers: '关闭其它',
|
closeOthers: '关闭其它',
|
||||||
|
|||||||
@@ -140,10 +140,10 @@ export default {
|
|||||||
label: "录用人数",
|
label: "录用人数",
|
||||||
prop: "employedCount",
|
prop: "employedCount",
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
label: "发工资人数",
|
// label: "发工资人数",
|
||||||
prop: "userPayCount",
|
// prop: "userPayCount",
|
||||||
},
|
// },
|
||||||
|
|
||||||
{
|
{
|
||||||
label: "工资",
|
label: "工资",
|
||||||
|
|||||||
Reference in New Issue
Block a user