提交 6f490255 authored 作者: matian's avatar matian

updates

上级 a10f0f6a
......@@ -78,7 +78,7 @@ const listOptions = $computed(() => {
label: '用户来源',
prop: 'system_id',
computed(row: any) {
if (row.row.system_id === 'zws' && checkPermission('')) {
if (row.row.system_id === 'zws') {
return 'zws'
} else if (row.row.system_id === 'wechat') {
return '企微'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论