增加根据角色编码过滤行权限

This commit is contained in:
yaoyn
2024-07-10 11:09:28 +08:00
parent 4e00feddb0
commit 8081eeb79d

View File

@ -73,6 +73,9 @@
<a-select-option :value="7" :label="t('登录人角色')">{{
t('登录人角色')
}}</a-select-option>
<a-select-option :value="8" :label="t('登录人角色编码')">{{
t('登录人角色编码')
}}</a-select-option>
</a-select>
<a-input
v-else-if="column.dataIndex == 'fieldValue'"