修改退役杨思
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<!--待办事项列表-->
|
<!--待办事项列表-->
|
||||||
<template>
|
<template>
|
||||||
<div class='default-main'>
|
<div >
|
||||||
<TableHeader date-picker>
|
<TableHeader date-picker>
|
||||||
<template #select>
|
<template #select>
|
||||||
<el-form-item label="审核状态">
|
<el-form-item label="审核状态">
|
||||||
@@ -52,6 +52,7 @@ const deviceQuitPopup = ref()
|
|||||||
const tableStore = new TableStore({
|
const tableStore = new TableStore({
|
||||||
url: '/supervision-boot/quitRunningDevice/list',
|
url: '/supervision-boot/quitRunningDevice/list',
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
|
publicHeight:65,
|
||||||
column: [
|
column: [
|
||||||
{
|
{
|
||||||
field: 'index',
|
field: 'index',
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<!--待办事项列表-->
|
<!--待办事项列表-->
|
||||||
<template>
|
<template>
|
||||||
<div class="default-main">
|
<div >
|
||||||
<TableHeader date-picker>
|
<TableHeader date-picker>
|
||||||
<template v-slot:select>
|
<template v-slot:select>
|
||||||
<el-form-item label="审核状态">
|
<el-form-item label="审核状态">
|
||||||
@@ -51,6 +51,7 @@ const deviceQuitPopup = ref()
|
|||||||
const tableStore = new TableStore({
|
const tableStore = new TableStore({
|
||||||
url: '/supervision-boot/quitRunningDevice/list',
|
url: '/supervision-boot/quitRunningDevice/list',
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
|
publicHeight:65,
|
||||||
column: [
|
column: [
|
||||||
{
|
{
|
||||||
field: 'index',
|
field: 'index',
|
||||||
|
|||||||
Reference in New Issue
Block a user