Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
horse
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
向伟
horse
Commits
45faabd9
Commit
45faabd9
authored
Nov 18, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
0172ba3d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
customRight.vue
src/components/common/customRight.vue
+0
-4
No files found.
src/components/common/customRight.vue
View file @
45faabd9
...
...
@@ -258,9 +258,6 @@
<q-tab
name=
"5"
label=
"合同"
/>
<q-tab
name=
"6"
label=
"工单"
/>
</q-tabs>
<!-- <q-tabs v-model="data.First">
<q-tab v-for="(qItem,qIndex) in data.tripTypeArr" :name="qItem.Id" :label="qItem.Name" :key="qIndex"></q-tab>
</q-tabs> -->
<div
class=
"tripTypeContent"
>
<div
v-for=
"(qItem,qIndex) in data.tripTypeArr"
:key=
"qIndex"
:class=
"{'ckedClass':qIndex==customTripMsg.Type}"
@
click=
"getckedType(qItem)"
>
{{qItem.Name}}
</div>
...
...
@@ -284,7 +281,6 @@
</q-timeline>
</div>
</div>
<!-- <q-pagination v-model="current" :max="5" direction-links/> -->
<q-pagination
class=
"full-width justify-end"
v-model=
"customTripMsg.pageIndex"
color=
"primary"
:max=
"data.TripPageCount"
:input=
"true"
@
update:model-value =
"changePage"
/>
</div>
...
...
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