src/views/personnelManagement/attendanceCheckin/checkinRules/index.vue
@@ -56,6 +56,7 @@ <el-table :data="tableData" border v-loading="tableLoading" height="calc(100vh - 18.5em)" style="width: 100%" row-key="id"> <el-table-column type="index" @@ -98,11 +99,9 @@ align="center"> <template #default="scope"> <el-button type="primary" size="small" link @click="openForm('edit', scope.row)">编辑</el-button> <el-button type="danger" size="small" link @click="handleDelete(scope.row.id)">删除</el-button> </template> @@ -312,4 +311,4 @@ .mt10 { margin-top: 10px; } </style> </style>