|
@@ -2,7 +2,7 @@
|
|
|
<el-scrollbar style="height: 100%" ref="elscrollbar" id="message-container">
|
|
|
<div class="NoiseTemplateWrapper TemplateWrapper knowledgeWrapper">
|
|
|
<crumbs
|
|
|
- :title="'经典病历维护-' + title"
|
|
|
+ :title="'经典病例维护-' + title"
|
|
|
class="topBack"
|
|
|
:param="$route.params"
|
|
|
linkTo="ClassicCase"
|
|
@@ -65,7 +65,7 @@
|
|
|
@click="tabActiveChange('one')"
|
|
|
v-if="classicTabShow"
|
|
|
>
|
|
|
- 经典病历
|
|
|
+ 经典病例
|
|
|
<img
|
|
|
@click.stop="handleStaticTab"
|
|
|
src="@/images/tab_add.png"
|
|
@@ -697,7 +697,7 @@ export default {
|
|
|
this.tabActive = 'one';
|
|
|
this.$message({
|
|
|
showClose: true,
|
|
|
- message: `"经典病历"和"评估内容"标签内有未填写项目,请填写完整或者删除该标签!`,
|
|
|
+ message: `"经典病例"和"评估内容"标签内有未填写项目,请填写完整或者删除该标签!`,
|
|
|
type: 'warning'
|
|
|
});
|
|
|
} else if (cErrIndex != -1 && fErrIndex == -1) {
|
|
@@ -727,7 +727,7 @@ export default {
|
|
|
this.tabActive = 'one';
|
|
|
this.$message({
|
|
|
showClose: true,
|
|
|
- message: `"经典病历"标签内有未填写项目,请填写完整或者删除该标签!`,
|
|
|
+ message: `"经典病例"标签内有未填写项目,请填写完整或者删除该标签!`,
|
|
|
type: 'warning'
|
|
|
});
|
|
|
} else {
|