| | |
| | | prop="caseNo" |
| | | width="120" |
| | | /> |
| | | <el-table-column |
| | | label="姓名" |
| | | align="center" |
| | | prop="name" |
| | | width="120" |
| | | /> |
| | | <el-table-column label="姓名" align="center" prop="name" width="120" /> |
| | | <el-table-column label="性别" align="center" prop="sex" width="80"> |
| | | <template slot-scope="scope"> |
| | | <dict-tag |
| | |
| | | </el-tag> |
| | | </template> |
| | | </el-table-column> --> |
| | | <el-table-column |
| | | <!-- <el-table-column |
| | | label="确认时间" |
| | | align="center" |
| | | prop="signdate" |
| | |
| | | : "-" |
| | | }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | </el-table-column> --> |
| | | <el-table-column |
| | | label="确认状态" |
| | | align="center" |
| | | prop="state" |
| | |
| | | export default { |
| | | name: "ConfirmationList", |
| | | components: { Pagination }, |
| | | dicts: ["sys_user_sex",'affirm_type'], |
| | | dicts: ["sys_user_sex", "affirm_type"], |
| | | data() { |
| | | return { |
| | | // 遮罩层 |