修改技术监督时间不做判断

This commit is contained in:
GGJ
2024-07-02 19:40:25 +08:00
parent e78658abf4
commit 2fc40a2136
18 changed files with 21 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
<!--待办事项列表-->
<template>
<div>
<TableHeader date-picker>
<TableHeader date-picker theCurrentTime>
<template v-slot:select>
<el-form-item label='任务名称'>
<el-input v-model='tableStore.table.params.searchValue' placeholder='请输入任务名称' />

View File

@@ -1,7 +1,7 @@
<!--待办事项列表-->
<template>
<div>
<TableHeader date-picker>
<TableHeader date-picker theCurrentTime>
<template v-slot:select>
<el-form-item label="任务名称">
<el-input v-model="tableStore.table.params.searchValue" placeholder="请输入任务名称"></el-input>