Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
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
刘怀志
pet-business-web
Commits
93e6068e
Commit
93e6068e
authored
Aug 28, 2023
by
陈明豪
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
233c7098
8793bdbe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
medical-edit.vue
src/views/medical-record-management/medical-edit.vue
+2
-2
treatment-management.vue
...-management/treatment-management/treatment-management.vue
+1
-1
No files found.
src/views/medical-record-management/medical-edit.vue
View file @
93e6068e
...
...
@@ -606,7 +606,7 @@ color: #333333;"
size=
"mini"
style=
"width: 50px; border-radius: 6px 6px 6px 6px;border: 1px solid rgb(95,181,75);"
type=
"success"
@
click=
"handleDetail(scope.row, 'stockDispenseOutbound
List
')"
@
click=
"handleDetail(scope.row, 'stockDispenseOutbound
s
')"
>
查看
</el-button>
<el-button
...
...
@@ -1728,7 +1728,7 @@ export default {
}
else
if
(
type
===
'treatManageBo'
)
{
const
local
=
process
.
env
.
VUE_APP_WEB
window
.
location
.
href
=
`
${
local
}
/pet-finance-web/inventory-management/drug-delivery-detail/
${
row
.
id
}
`
}
else
if
(
type
===
'stockDispenseOutbound
List
'
)
{
}
else
if
(
type
===
'stockDispenseOutbound
s
'
)
{
/* 跳转到配药出库详情*/
this
.
$router
.
push
({
name
:
'EquipmentAdd'
,
...
...
src/views/service-management/treatment-management/treatment-management.vue
View file @
93e6068e
...
...
@@ -107,7 +107,7 @@
:data=
"treatmentList"
:row-key=
"getRowKeys"
:header-cell-class-name=
"cellClass"
:header-cell-style=
"
{ background:'#
E8E9E8
' }"
:header-cell-style=
"
{ background:'#
F4F4F4
' }"
@selection-change="handleSelectionChange"
>
<el-table-column
type=
"selection"
min-width=
"47"
align=
"center"
:reserve-selection=
"true"
/>
...
...
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