| | |
| | | <dict-tag :options="dict.type.sys_tax" :value="scope.row.istax" /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="申请日期" width="180" align="center" prop="createTime"> |
| | | <el-table-column label="申请日期" width="180" align="center" prop="applyTime"> |
| | | <template slot-scope="scope"> |
| | | <span>{{ parseTime(scope.row.createTime, "{y}-{m}-{d}") }}</span> |
| | | <span>{{ parseTime(scope.row.applyTime, "{y}-{m}-{d}") }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="经办人" align="center" prop="username" width="150px" /> |
| | |
| | | updatedatas: {}, |
| | | //当前选中捐献者姓名 |
| | | curdonordoname: "", |
| | | //当前选中捐献者案例编号 |
| | | //当前选中捐献者住院号 |
| | | curdonorno: "", |
| | | // 遮罩层 |
| | | loading: true, |
| | |
| | | // this.defaultperson = response.data; |
| | | // this.standardlevel = response.data.standardlevel; |
| | | if ( |
| | | response.data.userName === "001" || |
| | | response.data.userName === "053" || |
| | | response.data.userName === "002" || |
| | | response.data.userName === "admin" |
| | | ) { |