|
|
@ -128,8 +128,8 @@ const deleteBtnVisible = computed(() => { |
|
|
|
<el-table :data="tableData" style="width: 100%" height="100%" @selection-change="handleSelectionChange"> |
|
|
|
<el-table-column type="selection" width="55" /> |
|
|
|
<el-table-column type="index" label="序号" width="80" /> |
|
|
|
<el-table-column prop="name" label="消毒日期" header-align="left"/> |
|
|
|
<el-table-column prop="detail" label="操作" width="150" header-align="center"> |
|
|
|
<el-table-column prop="name" label="消毒日期" header-align="left" /> |
|
|
|
<el-table-column prop="detail" label="操作" width="200" header-align="center"> |
|
|
|
<template #default="scoped"> |
|
|
|
<div class="user-opera"> |
|
|
|
<el-button class="view-button" @click.stop="showDetail(scoped.row)"> |
|
|
|