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
99882a6d
Commit
99882a6d
authored
1 year ago
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复bug
parent
a54c70c7
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
GnHotelManagement.vue
src/components/Hotel/GnHotelManagement.vue
+1
-1
domesticRestaurantList.vue
src/components/Restaurant/domesticRestaurantList.vue
+1
-1
GroupOutCorporationAudit.vue
src/components/dmc/manager/GroupOutCorporationAudit.vue
+1
-1
domesticScenicSpotList.vue
src/components/scenicSpot/domesticScenicSpotList.vue
+1
-1
No files found.
src/components/Hotel/GnHotelManagement.vue
View file @
99882a6d
...
...
@@ -356,7 +356,7 @@
</el-table-column>
<el-table-column
prop=
"UpdateTimeStr"
label=
"操作时间"
>
</el-table-column>
<el-table-column
:label=
"$t('system.table_operation')"
>
width="150">
<el-table-column
:label=
"$t('system.table_operation')"
width=
"150"
>
<
template
slot-scope=
"scope"
>
<!--
<button
@
click=
"goSubInfo('GnHotelInfo',scope.row.ID)"
class=
"hotelBtnMan"
>
修改
</button>
-->
<!--
<button
@
click=
"goUrl('HotelProductManage',item)"
class=
"hotelBtnMan"
>
报价与库存
</button>
-->
...
...
This diff is collapsed.
Click to expand it.
src/components/Restaurant/domesticRestaurantList.vue
View file @
99882a6d
...
...
@@ -407,7 +407,7 @@
</el-table-column>
<el-table-column
prop=
"UpdateTimeStr"
label=
"修改时间"
>
</el-table-column>
<el-table-column
:label=
"$t('system.table_operation')"
>
width="150">
<el-table-column
:label=
"$t('system.table_operation')"
width=
"150"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.updateMsg')"
placement=
"top"
>
<el-button
@
click=
"goSubInfo('demesticRestaurantInfoManage',scope.row.ID)"
type=
"primary"
icon=
"el-icon-edit"
circle
>
...
...
This diff is collapsed.
Click to expand it.
src/components/dmc/manager/GroupOutCorporationAudit.vue
View file @
99882a6d
...
...
@@ -91,7 +91,7 @@
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
""
:label=
"$t('system.table_operation')"
>
width="150">
<el-table-column
prop=
""
:label=
"$t('system.table_operation')"
width=
"150"
>
<
template
slot-scope=
"scope"
>
<div
class=
"_icon_btn"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('fnc.shenhe')"
placement=
"top"
v-if=
"scope.row.BranchAuditState==1"
>
...
...
This diff is collapsed.
Click to expand it.
src/components/scenicSpot/domesticScenicSpotList.vue
View file @
99882a6d
...
...
@@ -323,7 +323,7 @@
</el-table-column>
<el-table-column
prop=
"UpdateTimeStr"
label=
"修改时间"
>
</el-table-column>
<el-table-column
:label=
"$t('system.table_operation')"
>
width="150">
<el-table-column
:label=
"$t('system.table_operation')"
width=
"150"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.updateMsg')"
placement=
"top"
>
<el-button
@
click=
"goUrl('domesticScenicSpotInfoManage',scope.row.ID)"
type=
"primary"
icon=
"el-icon-edit"
circle
>
...
...
This diff is collapsed.
Click to expand it.
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