修改退役杨思

This commit is contained in:
GGJ
2024-06-06 12:52:51 +08:00
parent 21f1d1d3f9
commit e19f002a20
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<!--待办事项列表-->
<template>
<div class='default-main'>
<div >
<TableHeader date-picker>
<template #select>
<el-form-item label="审核状态">
@@ -52,6 +52,7 @@ const deviceQuitPopup = ref()
const tableStore = new TableStore({
url: '/supervision-boot/quitRunningDevice/list',
method: 'POST',
publicHeight:65,
column: [
{
field: 'index',

View File

@@ -1,6 +1,6 @@
<!--待办事项列表-->
<template>
<div class="default-main">
<div >
<TableHeader date-picker>
<template v-slot:select>
<el-form-item label="审核状态">
@@ -51,6 +51,7 @@ const deviceQuitPopup = ref()
const tableStore = new TableStore({
url: '/supervision-boot/quitRunningDevice/list',
method: 'POST',
publicHeight:65,
column: [
{
field: 'index',