Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
peizhen-vue
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PeiZhen-Java
peizhen-vue
Commits
4933d869
Commit
4933d869
authored
Oct 10, 2023
by
‘巴博尔’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
隐藏医院
parent
37bec20b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/views/operation/business/index.vue
+4
-4
No files found.
src/views/operation/business/index.vue
View file @
4933d869
...
...
@@ -67,12 +67,12 @@
<el-table
key=
"outer"
v-loading=
"loading"
:data=
"businessList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"ID"
align=
"center"
prop=
"id"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"提供医院"
align=
"center"
prop=
"hospitalsList"
>
<
!--
<
el-table-column
label=
"提供医院"
align=
"center"
prop=
"hospitalsList"
>
<template
slot-scope=
"scope"
>
<el-tag
v-for=
"(item, index) in scope.row.hospitalsList"
:key=
"index"
style=
"margin-right: 8px"
>
{{
item
}}
</el-tag>
</
template
>
</el-table-column>
</el-table-column>
-->
<el-table-column
label=
"业务名称"
align=
"center"
prop=
"name"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"服务"
align=
"center"
prop=
"name"
>
<
template
slot-scope=
"props"
>
...
...
@@ -153,12 +153,12 @@
<!-- 添加或修改业务对话框 -->
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"50%"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-form-item
label=
"提供医院"
prop=
"hospitalsIdsList"
>
<
!-- <
el-form-item label="提供医院" prop="hospitalsIdsList">
<el-select v-model="form.hospitalsIdsList" multiple clearable="" filterable placeholder="请选择">
<el-option v-for="item in hospitalsList" :key="item.id" :label="item.name" :value="item.id">
</el-option>
</el-select>
</el-form-item>
</el-form-item>
-->
<el-form-item
label=
"业务名称"
prop=
"name"
>
<el-input
v-model=
"form.name"
placeholder=
"请输入业务名称"
/>
</el-form-item>
...
...
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