Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenqikuai
source-trace-manage
Commits
6296753c
Commit
6296753c
authored
Aug 09, 2022
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
166ebc8f
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
5 deletions
+14
-5
move-dot.png
src/assets/img/move-dot.png
+0
-0
TemplatePopup.vue
src/components/TemplateEdit/TraceProofEdit/TemplatePopup.vue
+10
-1
index.vue
...views/TemplateManagement/components/AddCategory/index.vue
+1
-1
index.vue
...emplateManagement/components/EditCategoryDialog/index.vue
+3
-3
No files found.
src/assets/img/move-dot.png
0 → 100644
View file @
6296753c
164 Bytes
src/components/TemplateEdit/TraceProofEdit/TemplatePopup.vue
View file @
6296753c
...
...
@@ -8,7 +8,9 @@
style=
"font-size: 12px; font-weight: 400; color: #353535"
class=
"flex items-center"
>
所有模板
<span
@
click=
"handleClickResetSearchValue"
class=
"cursor-pointer"
>
所有模板
</span
>
<div
v-show=
"type === 'sys' && searchOfSys !== ''"
>
<span>
>
</span>
<span
style=
"color: #959595"
>
搜索结果
</span>
</div>
...
...
@@ -242,6 +244,13 @@ export default defineComponent({
},
},
methods
:
{
handleClickResetSearchValue
()
{
if
(
this
.
type
===
"sys"
)
{
this
.
searchOfSys
=
""
;
}
else
{
this
.
searchOfPrivate
=
""
;
}
},
formatTime
,
async
getpersonalList
(
id
:
number
)
{
const
res
=
await
$ajax
({
...
...
src/views/TemplateManagement/components/AddCategory/index.vue
View file @
6296753c
<
template
>
<div
class=
"category-add"
>
<syScrollBar
height=
"300px"
ref=
"syScrollBarRef"
>
<syScrollBar
max-
height=
"300px"
ref=
"syScrollBarRef"
>
<div
v-for=
"(category, i) in categoryNames"
class=
"mb-3 flex pr-2 items-center"
...
...
src/views/TemplateManagement/components/EditCategoryDialog/index.vue
View file @
6296753c
...
...
@@ -13,7 +13,7 @@
}"
>
<div
class=
"flex pr-2 whitespace-nowrap flex-nowrap"
class=
"flex pr-2 whitespace-nowrap flex-nowrap
-mt-5
"
style=
"border-bottom: 1px solid #f0f1f5"
>
<div
class=
"tableHeader flex-grow"
>
分类名称
</div>
...
...
@@ -38,8 +38,8 @@
style=
"border-bottom: 1px solid #f0f1f5"
>
<img
src=
"@/assets/img/move
.sv
g"
class=
"mr-2 cursor-move"
src=
"@/assets/img/move
-dot.pn
g"
class=
"mr-2
h-3
cursor-move"
alt=
""
srcset=
""
/>
...
...
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