档案多维度分类管理功能

This commit is contained in:
lSun 2025-11-26 09:48:11 +08:00
parent 3e4c8c7a08
commit 9314de78de
1 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ export default {
column: [ column: [
{ {
label: '档案相关类型', label: '档案相关类型',
prop: 'fileRelatedId', //使 key prop: 'fileRelated', //使 key
type: 'select', // type: 'select', //
dicUrl: '/blade-system/system/dict/data/type', // dicUrl: '/blade-system/system/dict/data/type', //
dicMethod: 'post', // POST dicMethod: 'post', // POST
@ -71,7 +71,7 @@ export default {
}, },
props: { props: {
label: 'dictLabel', label: 'dictLabel',
value: 'dictValue', value: 'dictLabel',
}, },
slot: true, slot: true,
rules: [ rules: [