|
@@ -34,20 +34,20 @@
|
|
|
|
|
|
|
|
|
|
<el-table v-loading="loading" :data="infoList" @selection-change="handleSelectionChange" stripe style="width: 100%" :height="tableMaxHeight">
|
|
<el-table v-loading="loading" :data="infoList" @selection-change="handleSelectionChange" stripe style="width: 100%" :height="tableMaxHeight">
|
|
- <el-table-column label="法定代表人姓名" align="center" prop="legal_name" fixed width="120"/>
|
|
|
|
- <el-table-column label="社会组织名称" align="center" prop="org_name" fixed width="120" show-overflow-tooltip/>
|
|
|
|
- <el-table-column label="唯一社会信用代码" align="center" prop="usc_code" width="130" show-overflow-tooltip/>
|
|
|
|
- <el-table-column label="业务范围" align="center" prop="business_scope" width="130" show-overflow-tooltip/>
|
|
|
|
- <el-table-column label="原始基金数额" align="center" prop="registered_capital" width="120"/>
|
|
|
|
- <el-table-column label="地址" align="center" prop="domicile_addres" width="280"/>
|
|
|
|
- <el-table-column label="证书有效期起" align="center" prop="vaild_from" width="102"/>
|
|
|
|
- <el-table-column label="证书有效期止" align="center" prop="vaild_to" width="102"/>
|
|
|
|
- <el-table-column label="发证机关" align="center" prop="issue_certificate_dept" width="130" show-overflow-tooltip/>
|
|
|
|
- <el-table-column label="注册时间" align="center" prop="registration_date" width="102"/>
|
|
|
|
- <el-table-column label="主管单位名称" align="center" prop="manager_dept" width="130" show-overflow-tooltip/>
|
|
|
|
- <el-table-column label="慈善组织标识" align="center" prop="ifcharity" width="120" >
|
|
|
|
|
|
+ <el-table-column label="法定代表人姓名" align="center" prop="LEGAL_NAME" fixed width="120"/>
|
|
|
|
+ <el-table-column label="社会组织名称" align="center" prop="ORG_NAME" fixed width="120" show-overflow-tooltip/>
|
|
|
|
+ <el-table-column label="唯一社会信用代码" align="center" prop="USC_CODE" width="130" show-overflow-tooltip/>
|
|
|
|
+ <el-table-column label="业务范围" align="center" prop="BUSINESS_SCOPE" width="130" show-overflow-tooltip/>
|
|
|
|
+ <el-table-column label="原始基金数额" align="center" prop="REGISTERED_CAPITAL" width="120"/>
|
|
|
|
+ <el-table-column label="地址" align="center" prop="DOMICILE_ADDRES" width="280"/>
|
|
|
|
+ <el-table-column label="证书有效期起" align="center" prop="VALID_FROM" width="102"/>
|
|
|
|
+ <el-table-column label="证书有效期止" align="center" prop="VALID_TO" width="102"/>
|
|
|
|
+ <el-table-column label="发证机关" align="center" prop="ISSUE_CERTIFICATE_DEPT" width="130" show-overflow-tooltip/>
|
|
|
|
+ <el-table-column label="注册时间" align="center" prop="REGISTRATION_DATE" width="102"/>
|
|
|
|
+ <el-table-column label="主管单位名称" align="center" prop="MANAGER_DEPT" width="130" show-overflow-tooltip/>
|
|
|
|
+ <el-table-column label="慈善组织标识" align="center" prop="IFCHARITY" width="120" >
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <span :class="[scope.row.ifcharity == 1? 'njus' : 'nju']" >{{ scope.row.ifcharity == 1? '慈善组织单位' : '不是慈善组织单位'}}</span>
|
|
|
|
|
|
+ <span :class="[scope.row.IFCHARITY == 1? 'njus' : 'nju']" >{{ scope.row.IFCHARITY == 1? '慈善组织单位' : '不是慈善组织单位'}}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
|
|
@@ -100,11 +100,8 @@ export default {
|
|
queryParams: {
|
|
queryParams: {
|
|
pageNum: 1,
|
|
pageNum: 1,
|
|
pageSize: 10,
|
|
pageSize: 10,
|
|
- MomIdCode: null,
|
|
|
|
- MomName: null,
|
|
|
|
- BirthCode: null,
|
|
|
|
- requestOrgName: null,
|
|
|
|
- requestOrgCode: null,
|
|
|
|
|
|
+ usc_code: null,
|
|
|
|
+ org_name: null,
|
|
},
|
|
},
|
|
config: [],
|
|
config: [],
|
|
comfietg:[],
|
|
comfietg:[],
|
|
@@ -340,7 +337,7 @@ export default {
|
|
this.changeTableMaxHeight()
|
|
this.changeTableMaxHeight()
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
-
|
|
|
|
|
|
+
|
|
|
|
|
|
onSelectedtwo(data) {
|
|
onSelectedtwo(data) {
|
|
console.log(data);
|
|
console.log(data);
|