|
|
@ -66,7 +66,7 @@
|
|
|
|
<a-row :gutter="24">
|
|
|
|
<a-row :gutter="24">
|
|
|
|
<a-col :span="10" style="margin-left: 20px;">
|
|
|
|
<a-col :span="10" style="margin-left: 20px;">
|
|
|
|
<a-form-item label="事项类型">
|
|
|
|
<a-form-item label="事项类型">
|
|
|
|
<a-input placeholder="请输入事项类型" v-model="queryParam.eventType"></a-input>
|
|
|
|
<a-input placeholder="请输入事项类型" v-model="queryParam.eventTypeName"></a-input>
|
|
|
|
</a-form-item>
|
|
|
|
</a-form-item>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="10">
|
|
|
|
<a-col :span="10">
|
|
|
@ -207,18 +207,18 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: '事项类型',
|
|
|
|
title: '事项类型',
|
|
|
|
align: 'center',
|
|
|
|
align: 'center',
|
|
|
|
dataIndex: 'evtentType',
|
|
|
|
dataIndex: 'eventTypeName',
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title: '权利来源',
|
|
|
|
|
|
|
|
align: 'center',
|
|
|
|
|
|
|
|
width: 120,
|
|
|
|
|
|
|
|
dataIndex: 'sourceOfRights',
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//{
|
|
|
|
|
|
|
|
// title: '权利来源',
|
|
|
|
|
|
|
|
// align: 'center',
|
|
|
|
|
|
|
|
// width: 120,
|
|
|
|
|
|
|
|
// dataIndex: 'sourceOfRights',
|
|
|
|
|
|
|
|
//}
|
|
|
|
],
|
|
|
|
],
|
|
|
|
url: {
|
|
|
|
url: {
|
|
|
|
list: '/ai/ysDirectory/page',
|
|
|
|
list: '/ai/ysDirectory/page',
|
|
|
|
treeList: '/sys/sysDepart/queryTreeListTest',
|
|
|
|
treeList: '/sys/sysDepart/queryTreeList',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
aSpinLoading: '',
|
|
|
|
aSpinLoading: '',
|
|
|
|
spinning: false,
|
|
|
|
spinning: false,
|
|
|
@ -562,4 +562,7 @@
|
|
|
|
div.ant-modal-footer {
|
|
|
|
div.ant-modal-footer {
|
|
|
|
text-align: center !important;
|
|
|
|
text-align: center !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ant-modal-footer .ant-btn-primary{
|
|
|
|
|
|
|
|
display:block !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|