Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
so-manage-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
smart-operation
so-manage-ui
Commits
1e4b1338
Commit
1e4b1338
authored
Oct 13, 2023
by
张耀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:
修复bug:10655 【研发环境】置灰的时间,点击选择是可以选择
parent
2736cb00
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/page/main/ticket/business-ticket-list/index.vue
src/page/main/ticket/business-ticket-list/index.vue
+4
-0
No files found.
src/page/main/ticket/business-ticket-list/index.vue
View file @
1e4b1338
...
@@ -46,6 +46,7 @@
...
@@ -46,6 +46,7 @@
v-model=
"filter.finish_time"
v-model=
"filter.finish_time"
type=
"datetimerange"
type=
"datetimerange"
value-format=
"YYYY-MM-DD HH:mm:ss"
value-format=
"YYYY-MM-DD HH:mm:ss"
:disabled-date=
"disabledDate"
range-separator=
"-"
range-separator=
"-"
start-placeholder=
"开始时间"
start-placeholder=
"开始时间"
end-placeholder=
"结束时间"
>
end-placeholder=
"结束时间"
>
...
@@ -134,6 +135,9 @@ const filterClear = () => {
...
@@ -134,6 +135,9 @@ const filterClear = () => {
const
tableTotal
=
ref
(
0
);
const
tableTotal
=
ref
(
0
);
const
ticketLevelOptions
=
[
"
全部
"
,
"
紧急任务
"
,
"
重要任务
"
,
"
一般任务
"
];
const
ticketLevelOptions
=
[
"
全部
"
,
"
紧急任务
"
,
"
重要任务
"
,
"
一般任务
"
];
const
statusOptions
=
[
"
全部
"
,
"
待处置
"
,
"
已完成
"
,
"
已关闭
"
];
const
statusOptions
=
[
"
全部
"
,
"
待处置
"
,
"
已完成
"
,
"
已关闭
"
];
const
disabledDate
=
(
time
)
=>
{
return
time
.
getTime
()
>
Date
.
now
();
};
let
headers
=
reactive
([
let
headers
=
reactive
([
{
{
label
:
"
工单名称
"
,
label
:
"
工单名称
"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment