Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
83063704
Commit
83063704
authored
Mar 12, 2024
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复bug
parent
9706b773
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
195 additions
and
196 deletions
+195
-196
HotelManagement.vue
src/components/Hotel/HotelManagement.vue
+1
-1
carmanageList.vue
src/components/TravelManager/customizedcar/carmanageList.vue
+25
-25
dzlineList.vue
src/components/TravelManager/customizedcar/dzlineList.vue
+53
-53
dzscenicspotList.vue
...mponents/TravelManager/customizedcar/dzscenicspotList.vue
+45
-45
lineoffer.vue
src/components/TravelManager/customizedcar/lineoffer.vue
+33
-33
addEditVehicle.vue
src/components/busManagement/BookAcar/addEditVehicle.vue
+37
-38
index.vue
src/components/dmc/manager/GroundSupplier/index.vue
+1
-1
No files found.
src/components/Hotel/HotelManagement.vue
View file @
83063704
...
@@ -500,7 +500,7 @@
...
@@ -500,7 +500,7 @@
</el-table-column>
</el-table-column>
<el-table-column
prop=
"CreateTime"
:label=
"$t('visa.v_creatDate')"
>
<el-table-column
prop=
"CreateTime"
:label=
"$t('visa.v_creatDate')"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"DateStr"
:label=
"$t('system.table_operation')"
>
width="120">
<el-table-column
prop=
"DateStr"
:label=
"$t('system.table_operation')"
width=
"120"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-popconfirm
@
confirm=
"deleteFile(scope.row, scope.$index)"
:title=
"$t('objFill.quedinscm')"
>
<el-popconfirm
@
confirm=
"deleteFile(scope.row, scope.$index)"
:title=
"$t('objFill.quedinscm')"
>
<el-button
slot=
"reference"
class=
"editInfo"
type=
"danger"
>
{{
$t
(
'system.table_delete'
)
}}
</el-button>
<el-button
slot=
"reference"
class=
"editInfo"
type=
"danger"
>
{{
$t
(
'system.table_delete'
)
}}
</el-button>
...
...
src/components/TravelManager/customizedcar/carmanageList.vue
View file @
83063704
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
</div>
</div>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
fixed=
"right"
:label=
"$t('system.table_operation')"
>
width="120" >
<el-table-column
fixed=
"right"
:label=
"$t('system.table_operation')"
width=
"120"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.edit')"
placement=
"top"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.edit')"
placement=
"top"
>
<img
src=
"../../../assets/img/setup/edit.png"
alt=
""
class=
"imgstyle"
@
click=
"Edit(scope.row)"
>
<img
src=
"../../../assets/img/setup/edit.png"
alt=
""
class=
"imgstyle"
@
click=
"Edit(scope.row)"
>
...
...
src/components/TravelManager/customizedcar/dzlineList.vue
View file @
83063704
...
@@ -194,7 +194,7 @@
...
@@ -194,7 +194,7 @@
</div>
</div>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
fixed=
"right"
:label=
"$t('system.table_operation')"
>
width="150" >
<el-table-column
fixed=
"right"
:label=
"$t('system.table_operation')"
width=
"150"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.edit')"
placement=
"top"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.edit')"
placement=
"top"
>
<img
src=
"../../../assets/img/setup/edit.png"
alt=
""
class=
"imgstyle"
@
click=
"Edit(scope.row)"
>
<img
src=
"../../../assets/img/setup/edit.png"
alt=
""
class=
"imgstyle"
@
click=
"Edit(scope.row)"
>
...
...
src/components/TravelManager/customizedcar/dzscenicspotList.vue
View file @
83063704
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
<el-table-column
prop=
"UpdateDate"
label=
"操作时间"
></el-table-column>
<el-table-column
prop=
"UpdateDate"
label=
"操作时间"
></el-table-column>
<el-table-column
fixed=
"right"
:label=
"$t('system.table_operation')"
>
width="180" >
<el-table-column
fixed=
"right"
:label=
"$t('system.table_operation')"
width=
"180"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.edit')"
placement=
"top"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.edit')"
placement=
"top"
>
<img
src=
"../../../assets/img/setup/edit.png"
alt=
""
class=
"imgstyle"
@
click=
"Edit(scope.row)"
>
<img
src=
"../../../assets/img/setup/edit.png"
alt=
""
class=
"imgstyle"
@
click=
"Edit(scope.row)"
>
...
...
src/components/TravelManager/customizedcar/lineoffer.vue
View file @
83063704
...
@@ -336,7 +336,7 @@
...
@@ -336,7 +336,7 @@
<el-table-column
prop=
"BrandName"
label=
"品牌"
>
</el-table-column>
<el-table-column
prop=
"BrandName"
label=
"品牌"
>
</el-table-column>
<el-table-column
prop=
"CarNo"
label=
"车牌号"
>
</el-table-column>
<el-table-column
prop=
"CarNo"
label=
"车牌号"
>
</el-table-column>
<el-table-column
prop=
"GuestNum"
label=
"荷载人数"
>
</el-table-column>
<el-table-column
prop=
"GuestNum"
label=
"荷载人数"
>
</el-table-column>
<el-table-column
:label=
"$t('system.table_operation')"
>
width="100" >
<el-table-column
:label=
"$t('system.table_operation')"
width=
"100"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
class=
"btn_check"
style=
"display: inline-block;
<div
class=
"btn_check"
style=
"display: inline-block;
margin: 0 0 0 10px;
margin: 0 0 0 10px;
...
...
src/components/busManagement/BookAcar/addEditVehicle.vue
View file @
83063704
...
@@ -407,7 +407,7 @@
...
@@ -407,7 +407,7 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
:label=
"$t('system.table_operation')"
>
width="100">
<el-table-column
:label=
"$t('system.table_operation')"
width=
"100"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
size=
"small"
type=
"primary"
@
click=
"deleteLine(scope.$index)"
>
{{
$t
(
'system.table_delete'
)
}}
</el-button>
<el-button
size=
"small"
type=
"primary"
@
click=
"deleteLine(scope.$index)"
>
{{
$t
(
'system.table_delete'
)
}}
</el-button>
</
template
>
</
template
>
...
@@ -836,4 +836,3 @@
...
@@ -836,4 +836,3 @@
};
};
</
script
>
</
script
>
\ No newline at end of file
src/components/dmc/manager/GroundSupplier/index.vue
View file @
83063704
...
@@ -139,7 +139,7 @@
...
@@ -139,7 +139,7 @@
<p>
{{
scope
.
row
.
CreateDate
}}
</p>
<p>
{{
scope
.
row
.
CreateDate
}}
</p>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
""
:label=
"$t('system.table_operation')"
>
width="165">
<el-table-column
prop=
""
:label=
"$t('system.table_operation')"
width=
"165"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<template
v-if=
"(scope.row.IsSeeAll==1&&userInfo.EmployeeId==scope.row.CreateBy)||scope.row.IsSeeAll==0"
>
<template
v-if=
"(scope.row.IsSeeAll==1&&userInfo.EmployeeId==scope.row.CreateBy)||scope.row.IsSeeAll==0"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('visaT.Accountmanagement')"
placement=
"top"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('visaT.Accountmanagement')"
placement=
"top"
>
...
...
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