| | |
| | | <el-row> |
| | | <el-table v-loading="loading" border :data="donateconsolationfundList" @selection-change="handleSelectionChange"> |
| | | <el-table-column type="selection" width="45px"> </el-table-column> |
| | | <el-table-column label="个税计算情况" align="center" prop="recordstatus" width="200px"> |
| | | <!-- <el-table-column label="个税计算情况" align="center" prop="istax" width="200px"> |
| | | <template slot-scope="scope"> |
| | | <dict-tag :options="dict.type.sys_tax" :value="scope.row.istax" /> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table-column> --> |
| | | <el-table-column label="申请日期" width="120px" align="center" prop="applyTime"> |
| | | <template slot-scope="scope"> |
| | | <span>{{ parseTime(scope.row.applyTime, "{y}-{m}-{d}") }}</span> |