|
@@ -30,7 +30,7 @@
|
|
|
</el-form-item>
|
|
|
</span>
|
|
|
|
|
|
- <el-form-item label="捐赠人" prop="jzrmc">
|
|
|
+ <el-form-item label="捐赠人名称" prop="jzrmc">
|
|
|
<el-input
|
|
|
v-model="queryParams.jzrmc"
|
|
|
placeholder="请输入捐赠人"
|
|
@@ -38,10 +38,10 @@
|
|
|
@keyup.enter.native="handleQuery"
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="捐赠方式" prop="jzfs">
|
|
|
- <el-select v-model="queryParams.jzfs" placeholder="请选择捐赠方式" clearable>
|
|
|
+ <el-form-item label="捐赠主体" prop="jzzt">
|
|
|
+ <el-select v-model="queryParams.jzzt" placeholder="请选择捐赠主体" clearable>
|
|
|
<el-option
|
|
|
- v-for="dict in dict.type.CZ009"
|
|
|
+ v-for="dict in dict.type.XZ010"
|
|
|
:key="dict.value"
|
|
|
:label="dict.label"
|
|
|
:value="dict.value"
|
|
@@ -76,25 +76,27 @@
|
|
|
{{(queryParams.pageNum-1)*queryParams.pageSize + scope.$index + 1}}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="单位名称" align="center" prop="jgmc" width="180"/>
|
|
|
- <el-table-column label="单位所在行政区划" align="center" prop="szxzqhName" width="200"/>
|
|
|
+ <el-table-column label="机构名称" align="center" prop="jgmc" width="180"/>
|
|
|
+ <el-table-column label="机构所在区划" align="center" prop="szxzqhName" width="200"/>
|
|
|
<el-table-column label="机构统一社会信用代码" align="center" prop="tyshxydm" width="200"/>
|
|
|
+ <el-table-column label="捐赠人姓名(单位)" align="center" prop="jzrmc"/>
|
|
|
+ <el-table-column label="捐赠人姓名(单位)联系电话" align="center" prop="lxdh"/>
|
|
|
<el-table-column label="捐赠主体" align="center" prop="jzzt">
|
|
|
<template slot-scope="scope">
|
|
|
<dict-tag :options="dict.type.XZ010" :value="scope.row.jzzt"/>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="捐赠日期" align="center" prop="jzsj" width="180">
|
|
|
+ <el-table-column label="捐赠时间" align="center" prop="jzsj" width="180">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ special(scope.row.jzsj) }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="捐赠方式" align="center" prop="jzfs">
|
|
|
- <template slot-scope="scope">
|
|
|
- <dict-tag :options="dict.type.CZ009" :value="scope.row.jzfs"/>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column label="捐赠人名称" align="center" prop="jzrmc"/>
|
|
|
+<!-- <el-table-column label="捐赠方式" align="center" prop="jzfs">-->
|
|
|
+<!-- <template slot-scope="scope">-->
|
|
|
+<!-- <dict-tag :options="dict.type.CZ009" :value="scope.row.jzfs"/>-->
|
|
|
+<!-- </template>-->
|
|
|
+<!-- </el-table-column>-->
|
|
|
+
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button
|