档案多维度分类管理功能
This commit is contained in:
parent
3e4c8c7a08
commit
9314de78de
|
|
@ -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: [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue