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
0099b095
Commit
0099b095
authored
Sep 19, 2023
by
‘巴博尔’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
25d5d0fd
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
36 additions
and
49 deletions
+36
-49
src/views/category/index.vue
+0
-1
src/views/goods/index.vue
+5
-6
src/views/operation/business/index.vue
+1
-12
src/views/operation/news/index.vue
+2
-0
src/views/orderManage/index.vue
+4
-6
src/views/orderManagement/dbghOrder/index.vue
+4
-7
src/views/orderManagement/dbmyOrder/index.vue
+4
-1
src/views/orderManagement/dbwzOrder/index.vue
+5
-1
src/views/orderManagement/order/index.vue
+4
-7
src/views/orderManagement/zqghOrder/index.vue
+3
-0
src/views/orderManagement/zyphOrder/index.vue
+4
-7
src/views/tag/index.vue
+0
-1
No files found.
src/views/category/index.vue
View file @
0099b095
...
...
@@ -38,7 +38,6 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['system:goodsCategory:add']"
>
新增
</el-button>
</el-col>
<!--
<el-col
:span=
"1.5"
>
...
...
src/views/goods/index.vue
View file @
0099b095
...
...
@@ -38,7 +38,6 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['system:goods:add']"
>
新增
</el-button
>
</el-col>
...
...
@@ -194,7 +193,6 @@
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(scope.row)"
v-hasPermi=
"['system:goods:edit']"
>
修改
</el-button
>
<el-button
...
...
@@ -202,7 +200,6 @@
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(scope.row)"
v-hasPermi=
"['system:goods:remove']"
>
删除
</el-button
>
</
template
>
...
...
@@ -292,6 +289,8 @@
<el-button
@
click=
"cancel"
>
取 消
</el-button>
</div>
</el-dialog>
<
template
v-if=
"openArticle"
>
<el-dialog
:title=
"openArticleTitle"
:visible
.
sync=
"openArticle"
...
...
@@ -302,7 +301,9 @@
<div
class=
"content"
v-html=
"rowArticle"
></div>
</div>
</el-dialog>
</
template
>
<
template
v-if=
"openArticleInfo"
>
<el-dialog
title=
"商品图片"
:visible
.
sync=
"openArticleInfo"
...
...
@@ -317,6 +318,7 @@
:disabled=
"true"
></imageUpload>
</el-dialog>
</
template
>
</div>
</template>
...
...
@@ -420,9 +422,6 @@ export default {
return
content
;
},
clickSeeVisitor
(
row
)
{
this
.
VisitorData
=
{
cover
:
undefined
,
};
this
.
openArticleInfo
=
true
;
this
.
VisitorData
=
row
;
},
...
...
src/views/operation/business/index.vue
View file @
0099b095
...
...
@@ -113,12 +113,7 @@
prop=
"name"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"服务"
align=
"center"
prop=
"name"
>
<
template
slot-scope=
"{ row }"
>
<el-button
type=
"text"
>
查看服务
</el-button>
</
template
>
</el-table-column>
<el-table-column
type=
"expand"
>
<el-table-column
type=
"expand"
label=
"服务"
align=
"center"
prop=
"name"
>
<
template
slot-scope=
"props"
>
<el-table
key=
"inside"
:data=
"props.row.servicesVoList"
>
<el-table-column
...
...
@@ -128,12 +123,6 @@
></el-table-column>
<el-table-column
prop=
"cover"
label=
"封面"
width=
"170"
>
<template
slot-scope=
"
{ row }">
<!--
<el-image
style=
"width: 30px; height: 30px"
:src=
"row.cover"
:preview-src-list=
"[row.cover]"
>
</el-image>
-->
<imageUpload
v-model=
"row.cover"
:limit=
"row.cover.split(',').length"
...
...
src/views/operation/news/index.vue
View file @
0099b095
...
...
@@ -203,6 +203,7 @@
</el-dialog>
<!-- 查看内容弹框 -->
<
template
v-if=
"openArticle"
>
<el-dialog
title=
"文章内容"
:visible
.
sync=
"openArticle"
...
...
@@ -213,6 +214,7 @@
<div
class=
"content"
v-html=
"rowArticle"
></div>
</div>
</el-dialog>
</
template
>
</div>
</template>
...
...
src/views/orderManage/index.vue
View file @
0099b095
...
...
@@ -295,6 +295,7 @@
</div>
</el-dialog>
<
template
v-if=
"openArticle"
>
<el-dialog
:title=
"openArticleTitle"
:visible
.
sync=
"openArticle"
...
...
@@ -305,7 +306,9 @@
<div
class=
"content"
v-html=
"rowArticle"
></div>
</div>
</el-dialog>
</
template
>
<
template
v-if=
"openArticleInfo"
>
<el-dialog
title=
"就诊人员信息"
:visible
.
sync=
"openArticleInfo"
...
...
@@ -331,6 +334,7 @@
</div>
</div>
</el-dialog>
</
template
>
</div>
</template>
...
...
@@ -428,12 +432,6 @@ export default {
return
content
;
},
clickSeeVisitor
(
row
)
{
this
.
VisitorData
=
{
name
:
""
,
sex
:
""
,
idcard
:
""
,
isAdult
:
""
,
};
this
.
openArticleInfo
=
true
;
this
.
VisitorData
=
row
.
userVsitorVo
;
},
...
...
src/views/orderManagement/dbghOrder/index.vue
View file @
0099b095
...
...
@@ -344,6 +344,7 @@
</div>
</el-dialog>
<
template
v-if=
"openArticle"
>
<el-dialog
:title=
"openArticleTitle"
:visible
.
sync=
"openArticle"
...
...
@@ -354,7 +355,9 @@
<div
class=
"content"
v-html=
"rowArticle"
></div>
</div>
</el-dialog>
</
template
>
<
template
v-if=
"openArticleInfo"
>
<el-dialog
title=
"就诊人员信息"
:visible
.
sync=
"openArticleInfo"
...
...
@@ -383,6 +386,7 @@
</div>
</div>
</el-dialog>
</
template
>
<
template
v-if=
"openArticleInfoImg"
>
<el-dialog
...
...
@@ -473,7 +477,6 @@ export default {
},
methods
:
{
clickSeeVisitorImg
(
row
)
{
this
.
$set
(
this
.
VisitorData
,
"voucher"
,
undefined
);
this
.
openArticleInfoImg
=
true
;
this
.
VisitorData
=
row
;
},
...
...
@@ -501,12 +504,6 @@ export default {
return
content
;
},
clickSeeVisitor
(
row
)
{
this
.
VisitorData
=
{
name
:
""
,
sex
:
""
,
idcard
:
""
,
isAdult
:
""
,
};
this
.
openArticleInfo
=
true
;
this
.
VisitorData
=
row
.
userVsitorVo
;
},
...
...
src/views/orderManagement/dbmyOrder/index.vue
View file @
0099b095
...
...
@@ -452,6 +452,7 @@
</div>
</el-dialog>
<
template
v-if=
"openArticle"
>
<el-dialog
:title=
"openArticleTitle"
:visible
.
sync=
"openArticle"
...
...
@@ -462,7 +463,9 @@
<div
class=
"content"
v-html=
"rowArticle"
></div>
</div>
</el-dialog>
</
template
>
<
template
v-if=
"openArticleInfo"
>
<el-dialog
title=
"就诊人员信息"
:visible
.
sync=
"openArticleInfo"
...
...
@@ -491,6 +494,7 @@
</div>
</div>
</el-dialog>
</
template
>
<
template
v-if=
"openArticleInfoImg"
>
<el-dialog
...
...
@@ -591,7 +595,6 @@ export default {
},
methods
:
{
clickSeeVisitorImg
(
row
)
{
this
.
$set
(
this
.
VisitorData
,
"voucher"
,
undefined
);
this
.
openArticleInfoImg
=
true
;
this
.
VisitorData
=
row
;
},
...
...
src/views/orderManagement/dbwzOrder/index.vue
View file @
0099b095
...
...
@@ -496,6 +496,8 @@
<el-button
@
click=
"cancel"
>
取 消
</el-button>
</div>
</el-dialog>
<
template
v-if=
"openArticle"
>
<el-dialog
:title=
"openArticleTitle"
:visible
.
sync=
"openArticle"
...
...
@@ -506,7 +508,9 @@
<div
class=
"content"
v-html=
"rowArticle"
></div>
</div>
</el-dialog>
</
template
>
<
template
v-if=
"openArticleInfo"
>
<el-dialog
title=
"就诊人员信息"
:visible
.
sync=
"openArticleInfo"
...
...
@@ -535,6 +539,7 @@
</div>
</div>
</el-dialog>
</
template
>
<
template
v-if=
"openArticleInfoImg"
>
<el-dialog
...
...
@@ -632,7 +637,6 @@ export default {
},
methods
:
{
clickSeeVisitorImg
(
row
)
{
this
.
$set
(
this
.
VisitorData
,
"voucher"
,
undefined
);
this
.
openArticleInfoImg
=
true
;
this
.
VisitorData
=
row
;
},
...
...
src/views/orderManagement/order/index.vue
View file @
0099b095
...
...
@@ -360,6 +360,7 @@
</div>
</el-dialog>
<
template
v-if=
"openArticle"
>
<el-dialog
:title=
"openArticleTitle"
:visible
.
sync=
"openArticle"
...
...
@@ -370,7 +371,9 @@
<div
class=
"content"
v-html=
"rowArticle"
></div>
</div>
</el-dialog>
</
template
>
<
template
v-if=
"openArticleInfo"
>
<el-dialog
title=
"就诊人员信息"
:visible
.
sync=
"openArticleInfo"
...
...
@@ -399,6 +402,7 @@
</div>
</div>
</el-dialog>
</
template
>
<
template
v-if=
"openArticleInfoImg"
>
<el-dialog
...
...
@@ -492,7 +496,6 @@ export default {
},
methods
:
{
clickSeeVisitorImg
(
row
)
{
this
.
$set
(
this
.
VisitorData
,
"voucher"
,
undefined
);
this
.
openArticleInfoImg
=
true
;
this
.
VisitorData
=
row
;
},
...
...
@@ -520,12 +523,6 @@ export default {
return
content
;
},
clickSeeVisitor
(
row
)
{
this
.
VisitorData
=
{
name
:
""
,
sex
:
""
,
idcard
:
""
,
isAdult
:
""
,
};
this
.
openArticleInfo
=
true
;
this
.
VisitorData
=
row
.
userVsitorVo
;
},
...
...
src/views/orderManagement/zqghOrder/index.vue
View file @
0099b095
...
...
@@ -268,6 +268,8 @@
<el-button
@
click=
"cancel"
>
取 消
</el-button>
</div>
</el-dialog>
<
template
v-if=
"openArticle"
>
<el-dialog
:title=
"openArticleTitle"
:visible
.
sync=
"openArticle"
...
...
@@ -278,6 +280,7 @@
<div
class=
"content"
v-html=
"rowArticle"
></div>
</div>
</el-dialog>
</
template
>
</div>
</template>
...
...
src/views/orderManagement/zyphOrder/index.vue
View file @
0099b095
...
...
@@ -375,6 +375,7 @@
</div>
</el-dialog>
<
template
v-if=
"openArticle"
>
<el-dialog
:title=
"openArticleTitle"
:visible
.
sync=
"openArticle"
...
...
@@ -385,7 +386,9 @@
<div
class=
"content"
v-html=
"rowArticle"
></div>
</div>
</el-dialog>
</
template
>
<
template
v-if=
"openArticleInfo"
>
<el-dialog
title=
"就诊人员信息"
:visible
.
sync=
"openArticleInfo"
...
...
@@ -414,6 +417,7 @@
</div>
</div>
</el-dialog>
</
template
>
<
template
v-if=
"openArticleInfoImg"
>
<el-dialog
...
...
@@ -509,7 +513,6 @@ export default {
},
methods
:
{
clickSeeVisitorImg
(
row
)
{
this
.
$set
(
this
.
VisitorData
,
"voucher"
,
undefined
);
this
.
openArticleInfoImg
=
true
;
this
.
VisitorData
=
row
;
},
...
...
@@ -537,12 +540,6 @@ export default {
return
content
;
},
clickSeeVisitor
(
row
)
{
this
.
VisitorData
=
{
name
:
""
,
sex
:
""
,
idcard
:
""
,
isAdult
:
""
,
};
this
.
openArticleInfo
=
true
;
this
.
VisitorData
=
row
.
userVsitorVo
;
},
...
...
src/views/tag/index.vue
View file @
0099b095
...
...
@@ -38,7 +38,6 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['system:goodsTag:add']"
>
新增
</el-button
>
</el-col>
...
...
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