Commit 0efd2526 by crushh

update: dist

parent 93ad63fd
......@@ -72,7 +72,10 @@ const tableHead = [
{
label: '上级分组',
prop: 'storeGroupName',
width: '180'
width: '180',
formatter: function(row) {
return `<span>${row.storeGroupName ? row.storeGroupName : '- -'}</span>`;
}
},
{
label: '营销人数',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment