Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
4f9d014a
Commit
4f9d014a
authored
Dec 06, 2024
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
楼宇 载体新增编辑
parent
9206a28d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1167 additions
and
291 deletions
+1167
-291
BuildingManager.vue
src/components/tradePavilion/BuildingManager.vue
+2
-2
BuildingVehicle.vue
src/components/tradePavilion/BuildingVehicle.vue
+1125
-0
editVehicle.vue
src/components/tradePavilion/editVehicle.vue
+34
-289
index.js
src/router/index.js
+6
-0
No files found.
src/components/tradePavilion/BuildingManager.vue
View file @
4f9d014a
...
...
@@ -23,7 +23,7 @@
</div>
<div>
<el-button
type=
"primary"
style=
"float: right; margin: -25px 10px 0px 0px"
class=
"el-button--small"
@
click=
"CommonJump('
edit
Vehicle',
{isCarrier:isCarrier?1:0})">新增
{{
isCarrier
?
'载体'
:
'楼宇'
}}
</el-button>
@
click=
"CommonJump('
Building
Vehicle',
{isCarrier:isCarrier?1:0})">新增
{{
isCarrier
?
'载体'
:
'楼宇'
}}
</el-button>
</div>
</div>
<div
class=
"content"
>
...
...
@@ -154,7 +154,7 @@
<el-table-column
label=
"操作"
width=
"100"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"修改"
placement=
"top"
>
<img
@
click=
"CommonJump('
edit
Vehicle',
{ ID: scope.row.ID,isCarrier:isCarrier?1:0 })"
<img
@
click=
"CommonJump('
Building
Vehicle',
{ ID: scope.row.ID,isCarrier:isCarrier?1:0 })"
src="../../assets/img/userman/edit.png" alt="" />
</el-tooltip>
<el-tooltip
v-if=
"scope.row.IsChengDu==0"
class=
"item"
effect=
"dark"
content=
"删除"
placement=
"top"
>
...
...
src/components/tradePavilion/BuildingVehicle.vue
0 → 100644
View file @
4f9d014a
This diff is collapsed.
Click to expand it.
src/components/tradePavilion/editVehicle.vue
View file @
4f9d014a
This diff is collapsed.
Click to expand it.
src/router/index.js
View file @
4f9d014a
...
...
@@ -820,6 +820,12 @@ export default new Router({
name
:
'editVehicle'
,
component
:
resolve
=>
require
([
'@/components/tradePavilion/editVehicle'
],
resolve
),
},
//楼宇管理--载体管理编辑
{
path
:
'/BuildingVehicle'
,
name
:
'BuildingVehicle'
,
component
:
resolve
=>
require
([
'@/components/tradePavilion/BuildingVehicle'
],
resolve
),
},
//贸易管理--实名认证
{
path
:
'/realAuthentication'
,
...
...
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