修改退役杨思
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user