Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
ferry_web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jianan
ferry_web
Commits
f33135c9
Commit
f33135c9
authored
Jul 26, 2020
by
Mr. Lan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整优先级名称
parent
f442cbf9
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
src/views/process/list/all.vue
+1
-1
src/views/process/list/create.vue
+1
-1
src/views/process/list/handle.vue
+1
-1
src/views/process/list/my-create.vue
+1
-1
src/views/process/list/related.vue
+1
-1
src/views/process/list/upcoming.vue
+1
-1
No files found.
src/views/process/list/all.vue
View file @
f33135c9
...
...
@@ -40,7 +40,7 @@
<el-tag
type=
"danger"
>
非常紧急
</el-tag>
</span>
<span
v-else
>
<el-tag
type=
"success"
>
正常
</el-tag>
<el-tag
type=
"success"
>
一般
</el-tag>
</span>
</
template
>
</el-table-column>
...
...
src/views/process/list/create.vue
View file @
f33135c9
...
...
@@ -27,7 +27,7 @@
</el-form-item>
<el-form-item
label=
"优先级:"
prop=
"priority"
style=
"margin-bottom: 0"
>
<el-radio-group
v-model=
"ruleForm.priority"
size=
"small"
>
<el-radio
:label=
"1"
>
正常
</el-radio>
<el-radio
:label=
"1"
>
一般
</el-radio>
<el-radio
:label=
"2"
>
紧急
</el-radio>
<el-radio
:label=
"3"
>
非常紧急
</el-radio>
</el-radio-group>
...
...
src/views/process/list/handle.vue
View file @
f33135c9
...
...
@@ -42,7 +42,7 @@
<el-tag
type=
"danger"
>
非常紧急
</el-tag>
</span>
<span
v-else
>
<el-tag
type=
"success"
>
正常
</el-tag>
<el-tag
type=
"success"
>
一般
</el-tag>
</span>
</el-form-item>
</el-form>
...
...
src/views/process/list/my-create.vue
View file @
f33135c9
...
...
@@ -40,7 +40,7 @@
<el-tag
type=
"danger"
>
非常紧急
</el-tag>
</span>
<span
v-else
>
<el-tag
type=
"success"
>
正常
</el-tag>
<el-tag
type=
"success"
>
一般
</el-tag>
</span>
</
template
>
</el-table-column>
...
...
src/views/process/list/related.vue
View file @
f33135c9
...
...
@@ -40,7 +40,7 @@
<el-tag
type=
"danger"
>
非常紧急
</el-tag>
</span>
<span
v-else
>
<el-tag
type=
"success"
>
正常
</el-tag>
<el-tag
type=
"success"
>
一般
</el-tag>
</span>
</
template
>
</el-table-column>
...
...
src/views/process/list/upcoming.vue
View file @
f33135c9
...
...
@@ -40,7 +40,7 @@
<el-tag
type=
"danger"
>
非常紧急
</el-tag>
</span>
<span
v-else
>
<el-tag
type=
"success"
>
正常
</el-tag>
<el-tag
type=
"success"
>
一般
</el-tag>
</span>
</
template
>
</el-table-column>
...
...
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