Commit f381232f authored by 徐俊's avatar 徐俊

xujun

parent 5e3ca1bd
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
<a-input placeholder="项目编号" v-model="searchForm.projNo" :maxLength="100" style="width: 120px" /> <a-input placeholder="项目编号" v-model="searchForm.projNo" :maxLength="100" style="width: 120px" />
</a-form-item> </a-form-item>
<a-form-item> <a-form-item>
<para-multi-select v-model="searchForm.knowledgeId" @parentChange="parChange" :typeId="57" :width="120" /> <!-- <para-multi-select v-model="searchForm.knowledgeId" @parentChange="parChange" :typeId="57" :width="120" /> -->
<knowledge-select v-model="searchForm.knowledgeId"></knowledge-select>
</a-form-item> </a-form-item>
<!-- <br /> --> <!-- <br /> -->
<a-form-item> <a-form-item>
...@@ -35,6 +36,7 @@ ...@@ -35,6 +36,7 @@
<script> <script>
import { getType } from '@/views/utils/auth' import { getType } from '@/views/utils/auth'
import { isEmptyParams, hideIdCard } from '@/views/utils/common' import { isEmptyParams, hideIdCard } from '@/views/utils/common'
import knowledgeSelect from '@/views/components/common/knowledgeSelect.vue'
export default { export default {
...@@ -48,7 +50,7 @@ export default { ...@@ -48,7 +50,7 @@ export default {
} }
}, },
components: { components: {
knowledgeSelect
}, },
data() { data() {
return { return {
...@@ -59,7 +61,7 @@ export default { ...@@ -59,7 +61,7 @@ export default {
// { title: "项目名称", scopedSlots: { customRender: 'projName' } }, // { title: "项目名称", scopedSlots: { customRender: 'projName' } },
{ title: "项目名称", dataIndex: 'projName', align: 'left', width: 200, ellipsis: true }, { title: "项目名称", dataIndex: 'projName', align: 'left', width: 200, ellipsis: true },
{ title: '项目编号', dataIndex: 'projNo', align: 'center', width: 160 }, { title: '项目编号', dataIndex: 'projNo', align: 'center', width: 160 },
{ title: '二级学科', dataIndex: 'knowledgeName', align: 'center', width: 100 }, { title: '学科', dataIndex: 'knowledgeName', align: 'center', width: 100 },
{ title: '申报单位', dataIndex: 'appUnitName', align: 'center', width: 160, ellipsis: true }, { title: '申报单位', dataIndex: 'appUnitName', align: 'center', width: 160, ellipsis: true },
{ title: '证件号', dataIndex: 'certId', align: 'center', width: 150 }, { title: '证件号', dataIndex: 'certId', align: 'center', width: 150 },
{ title: '申报人', dataIndex: 'appPersonName', align: 'center', width: 80 } { title: '申报人', dataIndex: 'appPersonName', align: 'center', width: 80 }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment