Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
Z
zhongtai-ui
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
chenweiping
zhongtai-ui
Commits
b334dcec
提交
b334dcec
authored
5月 08, 2022
作者:
chenweiping
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
0508
上级
d259677c
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
4 行增加
和
3 行删除
+4
-3
index.vue
src/views/backstage/order/index.vue
+2
-2
index.vue
src/views/backstage/package/index.vue
+2
-1
没有找到文件。
src/views/backstage/order/index.vue
浏览文件 @
b334dcec
...
@@ -166,13 +166,13 @@
...
@@ -166,13 +166,13 @@
@
click=
"changeStatus(scope.row)"
@
click=
"changeStatus(scope.row)"
>
核销
</el-button>
>
核销
</el-button>
<el-button
<el-button
v-if=
"scope.row.status == 4"
v-if=
"scope.row.status == 4
&& scope.row.dataType == '自营数据'
"
size=
"mini"
size=
"mini"
type=
"text"
type=
"text"
@
click=
"agreeRefund(scope.row)"
@
click=
"agreeRefund(scope.row)"
>
同意退款
</el-button>
>
同意退款
</el-button>
<el-button
<el-button
v-if=
"scope.row.status == 4"
v-if=
"scope.row.status == 4
&& scope.row.dataType == '自营数据'
"
size=
"mini"
size=
"mini"
type=
"text"
type=
"text"
@
click=
"refuseRefund(scope.row)"
@
click=
"refuseRefund(scope.row)"
...
...
src/views/backstage/package/index.vue
浏览文件 @
b334dcec
...
@@ -134,7 +134,7 @@
...
@@ -134,7 +134,7 @@
<img
:src=
"scope.row.picture"
style=
"width:50px;height:50px"
/>
<img
:src=
"scope.row.picture"
style=
"width:50px;height:50px"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"套餐价格(元)"
align=
"
center
"
prop=
"packagePrice"
/>
<el-table-column
label=
"套餐价格(元)"
align=
"
right
"
prop=
"packagePrice"
/>
<el-table-column
label=
"所属类型"
align=
"center"
prop=
"type"
/>
<el-table-column
label=
"所属类型"
align=
"center"
prop=
"type"
/>
<el-table-column
label=
"所属医院"
align=
"center"
prop=
"orgName"
/>
<el-table-column
label=
"所属医院"
align=
"center"
prop=
"orgName"
/>
<el-table-column
label=
"套餐分类"
align=
"center"
prop=
"dataType"
/>
<el-table-column
label=
"套餐分类"
align=
"center"
prop=
"dataType"
/>
...
@@ -145,6 +145,7 @@
...
@@ -145,6 +145,7 @@
<span
v-if=
"scope.row.sex == 2"
>
女
</span>
<span
v-if=
"scope.row.sex == 2"
>
女
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"已约人数"
align=
"right"
prop=
"salesVolume"
/>
<el-table-column
label=
"状态"
align=
"center"
>
<el-table-column
label=
"状态"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-switch
<el-switch
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论