Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
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
youjj
cloud-platform-ui
Commits
fc1a4b96
Commit
fc1a4b96
authored
Aug 01, 2019
by
denghr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页
parent
cb430117
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
84 additions
and
46 deletions
+84
-46
index.vue
src/views/appManagement/modalManagement/index.vue
+1
-1
index.vue
src/views/appManagement/selectedActivities/index.vue
+1
-1
index.vue
src/views/baseInfo/branchCompany/index.vue
+1
-1
index.vue
src/views/index/index.vue
+77
-39
index.vue
src/views/order/rentVehicleInfo/index.vue
+2
-2
index.vue
src/views/vehicle/bookRecord/index.vue
+2
-2
No files found.
src/views/appManagement/modalManagement/index.vue
View file @
fc1a4b96
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
<span
v-if=
"scope.row.status==2"
>
下架
</span>
<span
v-if=
"scope.row.status==2"
>
下架
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
align=
"center"
width=
"200"
label=
"操作"
>
<el-table-column
align=
"center"
width=
"200"
label=
"操作"
fixed=
"right"
>
<
template
scope=
"scope"
>
<
template
scope=
"scope"
>
<el-button
size=
"small"
type=
"primary"
@
click=
"handleUpdate(scope.row)"
>
编辑
</el-button>
<el-button
size=
"small"
type=
"primary"
@
click=
"handleUpdate(scope.row)"
>
编辑
</el-button>
<el-button
size=
"small"
type=
"success"
@
click=
"handleDown(scope.row)"
style=
"margin-left:0px"
v-show=
"scope.row.status==1"
>
下架
</el-button>
<el-button
size=
"small"
type=
"success"
@
click=
"handleDown(scope.row)"
style=
"margin-left:0px"
v-show=
"scope.row.status==1"
>
下架
</el-button>
...
...
src/views/appManagement/selectedActivities/index.vue
View file @
fc1a4b96
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
<span
v-if=
"scope.row.status==2"
>
下架
</span>
<span
v-if=
"scope.row.status==2"
>
下架
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
align=
"center"
width=
"200"
label=
"操作"
>
<el-table-column
align=
"center"
width=
"200"
label=
"操作"
fixed=
"right"
>
<
template
scope=
"scope"
>
<
template
scope=
"scope"
>
<el-button
size=
"small"
type=
"primary"
@
click=
"handleUpdate(scope.row)"
>
编辑
</el-button>
<el-button
size=
"small"
type=
"primary"
@
click=
"handleUpdate(scope.row)"
>
编辑
</el-button>
<el-button
size=
"small"
type=
"success"
@
click=
"handleDown(scope.row)"
style=
"margin-left:0px"
v-show=
"scope.row.status==1"
>
下架
</el-button>
<el-button
size=
"small"
type=
"success"
@
click=
"handleDown(scope.row)"
style=
"margin-left:0px"
v-show=
"scope.row.status==1"
>
下架
</el-button>
...
...
src/views/baseInfo/branchCompany/index.vue
View file @
fc1a4b96
...
@@ -90,7 +90,7 @@
...
@@ -90,7 +90,7 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
align=
"center"
label=
"操作"
width=
"150"
>
<el-table-column
align=
"center"
label=
"操作"
width=
"150"
fixed=
"right"
>
<
template
scope=
"scope"
>
<
template
scope=
"scope"
>
<el-button
v-if=
"branchCompany_btn_edit"
size=
"small"
type=
"success"
@
click=
"handleUpdate(scope.row)"
>
编辑
<el-button
v-if=
"branchCompany_btn_edit"
size=
"small"
type=
"success"
@
click=
"handleUpdate(scope.row)"
>
编辑
</el-button>
</el-button>
...
...
src/views/index/index.vue
View file @
fc1a4b96
This diff is collapsed.
Click to expand it.
src/views/order/rentVehicleInfo/index.vue
View file @
fc1a4b96
...
@@ -100,12 +100,12 @@
...
@@ -100,12 +100,12 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
width=
"110"
align=
"center"
label=
"订单详情"
>
<el-table-column
width=
"110"
align=
"center"
label=
"订单详情"
fixed=
"right"
>
<
template
scope=
"scope"
>
<
template
scope=
"scope"
>
<span
style=
"color: #13CE66;cursor: pointer;"
@
click=
"handleOrderDetail(scope.row)"
>
订单详情
</span>
<span
style=
"color: #13CE66;cursor: pointer;"
@
click=
"handleOrderDetail(scope.row)"
>
订单详情
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
align=
"center"
label=
"操作"
width=
"400"
>
<el-table-column
align=
"center"
label=
"操作"
width=
"400"
fixed=
"right"
>
<
template
scope=
"scope"
>
<
template
scope=
"scope"
>
<el-button
size=
"small"
v-if=
"scope.row.status >=4"
type=
"success"
@
click=
"handleHandoverOrderVehicle(scope.row)"
>
交车记录
</el-button>
<el-button
size=
"small"
v-if=
"scope.row.status >=4"
type=
"success"
@
click=
"handleHandoverOrderVehicle(scope.row)"
>
交车记录
</el-button>
<el-button
size=
"small"
v-if=
"scope.row.status == 6"
type=
"success"
@
click=
"handleReturnOrderVehicle(scope.row)"
>
还车记录
</el-button>
<el-button
size=
"small"
v-if=
"scope.row.status == 6"
type=
"success"
@
click=
"handleReturnOrderVehicle(scope.row)"
>
还车记录
</el-button>
...
...
src/views/vehicle/bookRecord/index.vue
View file @
fc1a4b96
...
@@ -182,12 +182,12 @@
...
@@ -182,12 +182,12 @@
<span>{{scope.row.haveViolation?'是':'否'}}</span>
<span>{{scope.row.haveViolation?'是':'否'}}</span>
</template>
</template>
</el-table-column> -->
</el-table-column> -->
<el-table-column
align=
"center"
label=
"详情"
width=
"100"
>
<el-table-column
align=
"center"
label=
"详情"
width=
"100"
fixed=
"right"
>
<
template
scope=
"scope"
>
<
template
scope=
"scope"
>
<span
style=
"color: #13CE66;cursor: pointer;"
@
click=
"handleDetail(scope.row)"
>
订单详情
</span>
<span
style=
"color: #13CE66;cursor: pointer;"
@
click=
"handleDetail(scope.row)"
>
订单详情
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
align=
"center"
label=
"操作"
width=
"250"
>
<el-table-column
align=
"center"
label=
"操作"
width=
"250"
fixed=
"right"
>
<
template
scope=
"scope"
>
<
template
scope=
"scope"
>
<!--
<el-button
size=
"small"
type=
"success"
@
click=
"handleBookInfo(scope.row)"
>
预订信息
</el-button>
-->
<!--
<el-button
size=
"small"
type=
"success"
@
click=
"handleBookInfo(scope.row)"
>
预订信息
</el-button>
-->
<el-button
size=
"small"
type=
"success"
v-if=
"scope.row.status==3"
@
click=
"illegalInquiry(scope.row)"
>
违章记录
</el-button>
<el-button
size=
"small"
type=
"success"
v-if=
"scope.row.status==3"
@
click=
"illegalInquiry(scope.row)"
>
违章记录
</el-button>
...
...
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