Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-admin-consultation
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.education.frontend
pica-admin-consultation
提交
723f1b00
提交
723f1b00
编写于
9月 10, 2021
作者:
lyf
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改引入版本
上级
df905e9a
变更
2
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
5 行增加
和
4 行删除
+5
-4
index.html
public/index.html
+2
-1
service-list.vue
src/views/IM/diagnosis-admin/service-list.vue
+3
-3
未找到文件。
public/index.html
浏览文件 @
723f1b00
...
@@ -11,6 +11,7 @@
...
@@ -11,6 +11,7 @@
<link
rel=
"dns-prefetch"
href=
"<%= process.env.VUE_APP_SERVICE_URL %>"
>
<link
rel=
"dns-prefetch"
href=
"<%= process.env.VUE_APP_SERVICE_URL %>"
>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"<%= VUE_APP_OSS_URL %>static/img/logo.png"
>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"<%= VUE_APP_OSS_URL %>static/img/logo.png"
>
<link
rel=
"stylesheet"
href=
"https://unpkg.com/element-ui/lib/theme-chalk/index.css"
>
<link
rel=
"stylesheet"
href=
"https://unpkg.com/element-ui/lib/theme-chalk/index.css"
>
<title>
云鹊医-赋能基层医生
</title>
<title>
云鹊医-赋能基层医生
</title>
<style>
<style>
._
{
._
{
...
@@ -95,7 +96,7 @@
...
@@ -95,7 +96,7 @@
<script
src=
"<%= VUE_APP_OSS_URL %>static/js/vant.min-2.12.26.js"
></script>
<script
src=
"<%= VUE_APP_OSS_URL %>static/js/vant.min-2.12.26.js"
></script>
<script
src=
"<%= VUE_APP_OSS_URL %>static/js/vue-router-3.3.2.js"
></script>
<script
src=
"<%= VUE_APP_OSS_URL %>static/js/vue-router-3.3.2.js"
></script>
<script
src=
"<%= VUE_APP_OSS_URL %>static/js/axios-0.19.0.js"
></script>
<script
src=
"<%= VUE_APP_OSS_URL %>static/js/axios-0.19.0.js"
></script>
<script
src=
"
<%= VUE_APP_OSS_URL %>static/js/element-ui@2.6.1
.js"
></script>
<script
src=
"
https://unpkg.com/element-ui/lib/index
.js"
></script>
<script
src=
"<%= VUE_APP_OSS_URL %>static/js/jsencrypt.min-3.0.0.js"
></script>
<script
src=
"<%= VUE_APP_OSS_URL %>static/js/jsencrypt.min-3.0.0.js"
></script>
<script
src=
"<%= VUE_APP_OSS_URL %>static/js/crypto.min-4.0.0.js"
></script>
<script
src=
"<%= VUE_APP_OSS_URL %>static/js/crypto.min-4.0.0.js"
></script>
<script
src=
"<%= VUE_APP_OSS_URL %>static/js/lodash-4.17.15.js"
></script>
<script
src=
"<%= VUE_APP_OSS_URL %>static/js/lodash-4.17.15.js"
></script>
...
...
src/views/IM/diagnosis-admin/service-list.vue
浏览文件 @
723f1b00
...
@@ -195,6 +195,7 @@
...
@@ -195,6 +195,7 @@
<!-- 表格 -->
<!-- 表格 -->
<el-table
<el-table
v-loading=
"loading"
v-loading=
"loading"
border
class=
"search-table"
class=
"search-table"
:data=
"tableData"
:data=
"tableData"
style=
"width: 100%"
style=
"width: 100%"
...
@@ -329,7 +330,6 @@
...
@@ -329,7 +330,6 @@
:visible
.
sync=
"setPriceVisible"
:visible
.
sync=
"setPriceVisible"
width=
"55%"
width=
"55%"
>
>
<!-- <el-row :gutter="30" class="row search" type="flex" style="margin-bottom:0;">-->
<el-form
<el-form
ref=
"setPriceForm"
ref=
"setPriceForm"
:rules=
"setPriceRules"
:rules=
"setPriceRules"
...
@@ -938,7 +938,7 @@
...
@@ -938,7 +938,7 @@
}
}
});
});
},
},
changePrice
(
e
)
{
changePrice
()
{
if
(
if
(
this
.
setPriceForm
.
price
!=
0
&&
this
.
setPriceForm
.
price
!=
0
&&
(
this
.
setPriceForm
.
price
==
''
||
this
.
setPriceForm
.
price
==
undefined
)
(
this
.
setPriceForm
.
price
==
''
||
this
.
setPriceForm
.
price
==
undefined
)
...
@@ -984,7 +984,7 @@
...
@@ -984,7 +984,7 @@
}
}
}
}
.
required-label
.
el-form-item__label
:
:
before
{
.
required-label
.
el-form-item__label
:
:
before
{
content
:
"*"
;
content
:
'*'
;
color
:
#f56c6c
;
color
:
#f56c6c
;
margin-right
:
4px
;
margin-right
:
4px
;
}
}
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录