提交 6c7b767d 编写于 作者: lyf's avatar lyf

增加设定完成通知

上级 c49c4404
......@@ -155,7 +155,7 @@
>
<!-- <el-button type="primary" size="small" class="btn" v-if="showBtn(scope.row,26)" @click="call(scope.row)">发起问诊</el-button>-->
<el-button
type="primary"
:type="scope.row.completed?'danger':'primary'"
size="small"
class="btn"
v-if="showBtn(scope.row, 3)"
......
......@@ -358,7 +358,7 @@ export default {
},
data() {
return {
isUp: true,
isUp: false,
endFlag: false,
beginFlag: false,
loading: false,
......@@ -492,7 +492,7 @@ export default {
// 不同也main切换不同的tab
setTable(data) {
let tabs = ALL_TAB_LIST;
console.log("this.fromType",this.fromType)
switch (this.fromType) {
case 1:
tabs = ALL_TAB_LIST;
......@@ -573,14 +573,12 @@ export default {
},
// tab切换
handleClick(val) {
console.log("this.tabpaneList", this.tabpaneList);
for (let i = 0; i < this.tabpaneList.length; i++) {
if (this.tabpaneList[i].active == val.paneName) {
this.tabpaneList[i].isdot = false;
this.Raw_tabpaneList[i]=this.tabpaneList[i]
}
}
console.log(val.paneName);
this.searchParam.status =
val.paneName == 99 ? "" : val.paneName == 27 ? "21" : val.paneName;
if (this.fromType == 5 && this.searchParam.status) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册