Merge remote-tracking branch 'origin/dev' into dev
# Conflicts: # src/views/system/specialDiseaseNode/index.vue
This commit is contained in:
commit
3a8c5486f2
@ -412,6 +412,9 @@ export default {
|
||||
this.queryParams.departmentId = null
|
||||
this.queryParams.wardId = null
|
||||
this.queryParams.attendingPhysicianId = null
|
||||
setTimeout(() => {
|
||||
this.attendingPhysicianlist = []
|
||||
}, 1000);
|
||||
},
|
||||
//清空院区
|
||||
clearcampusAgency() {
|
||||
|
||||
@ -83,8 +83,8 @@
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="开证医生" prop="certificateIssuingDoctor">
|
||||
<el-select v-model="queryParams.certificateIssuingDoctorId" filterable placeholder="请选择主治医生"
|
||||
<el-form-item label="开证医生" prop="certificateIssuingDoctorId">
|
||||
<el-select v-model="queryParams.certificateIssuingDoctorId" filterable placeholder="请选择开证医生"
|
||||
style="width: 200px" clearable>
|
||||
<el-option v-for="item in attendingPhysicianlist" :key="item.userId" :label="item.nickName"
|
||||
:value="item.userId">
|
||||
@ -262,8 +262,8 @@
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="开证医生" prop="certificateIssuingDoctor" v-if="form.hospitalAgencyId">
|
||||
<el-select v-model="form.certificateIssuingDoctorId" filterable placeholder="请选择主治医生" style="width: 200px"
|
||||
<el-form-item label="开证医生" prop="certificateIssuingDoctorId" v-if="form.hospitalAgencyId">
|
||||
<el-select v-model="form.certificateIssuingDoctorId" filterable placeholder="请选择开证医生" style="width: 200px"
|
||||
clearable>
|
||||
<el-option v-for="item in form_attendingPhysicianlist" :key="item.userId" :label="item.nickName"
|
||||
:value="item.userId">
|
||||
@ -523,6 +523,7 @@ export default {
|
||||
// 查询参数
|
||||
appointmentDate: [],
|
||||
queryParams: {
|
||||
certificateIssuingDoctorId: undefined,
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
appointmentDateStart: '',
|
||||
@ -708,7 +709,7 @@ export default {
|
||||
sex: null,
|
||||
address: null,
|
||||
patientType: 'PRE_HOSPITALIZED_PATIENT',
|
||||
certificateIssuingDoctor: null,
|
||||
certificateIssuingDoctorId: null,
|
||||
mainDiagnosis: null,
|
||||
hospitalAgencyId: null,
|
||||
campusAgencyId: null,
|
||||
@ -725,6 +726,7 @@ export default {
|
||||
},
|
||||
resetHospital() {
|
||||
this.formHospital = {
|
||||
attendingPhysicianId: undefined,
|
||||
patientName: null,
|
||||
patientPhone: null,
|
||||
familyMemberPhone: null,
|
||||
@ -737,7 +739,6 @@ export default {
|
||||
certificateIssuingDoctor: null,
|
||||
visitMethod: 'BE_IN_HOSPITAL',
|
||||
mainDiagnosis: null,
|
||||
attendingPhysicianId: null,
|
||||
hospitalAgencyId: null,
|
||||
campusAgencyId: null,
|
||||
departmentId: null,
|
||||
@ -1013,8 +1014,6 @@ export default {
|
||||
// }
|
||||
// getDepartmentList(query).then(res => {
|
||||
if (type) {
|
||||
|
||||
|
||||
if (!typetwo) {
|
||||
this.formHospital.departmentId = null
|
||||
this.formHospital.wardId = null
|
||||
@ -1036,8 +1035,6 @@ export default {
|
||||
// }
|
||||
// getDepartmentList(query).then(res => {
|
||||
if (type) {
|
||||
|
||||
|
||||
if (!typetwo) {
|
||||
this.formHospital.wardId = null
|
||||
this.form.wardId = null
|
||||
@ -1053,13 +1050,19 @@ export default {
|
||||
this.form.campusAgencyId = null
|
||||
this.form.departmentId = null
|
||||
this.form.wardId = null
|
||||
this.form.attendingPhysicianId = null
|
||||
this.formHospital.campusAgencyId = null
|
||||
this.formHospital.departmentId = null
|
||||
this.formHospital.wardId = null
|
||||
this.formHospital.attendingPhysicianId = null
|
||||
} else {
|
||||
this.queryParams.campusAgencyId = null
|
||||
this.queryParams.departmentId = null
|
||||
this.queryParams.wardId = null
|
||||
this.queryParams.attendingPhysicianId = null
|
||||
setTimeout(() => {
|
||||
this.attendingPhysicianlist = []
|
||||
}, 1000);
|
||||
}
|
||||
},
|
||||
//清空院区
|
||||
@ -1137,6 +1140,10 @@ export default {
|
||||
window.removeEventListener('resize', this.getMaxTableHeight, true)
|
||||
})
|
||||
},
|
||||
changecertificateIssuingDoctor(e) {
|
||||
console.log(e)
|
||||
console.log(this.queryParams)
|
||||
},
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
@ -92,7 +92,7 @@
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="主治医生" prop="attendingPhysician">
|
||||
<el-form-item label="主治医生" prop="attendingPhysicianId">
|
||||
<el-select v-model="queryParams.attendingPhysicianId" filterable placeholder="请选择主治医生" style="width: 200px"
|
||||
clearable>
|
||||
<el-option v-for="item in attendingPhysicianlist" :key="item.userId" :label="item.nickName"
|
||||
@ -1089,13 +1089,19 @@ export default {
|
||||
this.form.campusAgencyId = null
|
||||
this.form.departmentId = null
|
||||
this.form.wardId = null
|
||||
this.form.attendingPhysicianId = null
|
||||
this.formHospital.campusAgencyId = null
|
||||
this.formHospital.departmentId = null
|
||||
this.formHospital.wardId = null
|
||||
this.formHospital.attendingPhysicianId = null
|
||||
} else {
|
||||
this.queryParams.campusAgencyId = null
|
||||
this.queryParams.departmentId = null
|
||||
this.queryParams.wardId = null
|
||||
this.queryParams.attendingPhysicianId = null
|
||||
setTimeout(() => {
|
||||
this.attendingPhysicianlist = []
|
||||
}, 1000);
|
||||
}
|
||||
},
|
||||
//清空院区
|
||||
|
||||
@ -69,7 +69,7 @@
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="主治医生" prop="attendingPhysician">
|
||||
<el-form-item label="主治医生" prop="attendingPhysicianId">
|
||||
<el-select v-model="queryParams.attendingPhysicianId" filterable placeholder="请选择主治医生" style="width:200px"
|
||||
clearable>
|
||||
<el-option v-for="item in attendingPhysicianlist" :key="item.userId" :label="item.nickName"
|
||||
@ -1003,10 +1003,15 @@ export default {
|
||||
this.form.campusAgencyId = null
|
||||
this.form.departmentId = null
|
||||
this.form.wardId = null
|
||||
this.form.attendingPhysicianId = null
|
||||
} else {
|
||||
this.queryParams.campusAgencyId = null
|
||||
this.queryParams.departmentId = null
|
||||
this.queryParams.wardId = null
|
||||
this.queryParams.attendingPhysicianId = null
|
||||
setTimeout(() => {
|
||||
this.attendingPhysicianlist = []
|
||||
}, 1000);
|
||||
}
|
||||
},
|
||||
//清空院区
|
||||
|
||||
@ -8,17 +8,8 @@
|
||||
</div>
|
||||
<div class="select">
|
||||
<span> 适用范围 </span>
|
||||
<el-select
|
||||
v-model="updata.suitRange"
|
||||
placeholder="请选择"
|
||||
@change="changeoptions"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in options"
|
||||
:key="item.dictValue"
|
||||
:label="item.dictLabel"
|
||||
:value="item.dictValue"
|
||||
>
|
||||
<el-select v-model="updata.suitRange" placeholder="请选择" @change="changeoptions">
|
||||
<el-option v-for="item in options" :key="item.dictValue" :label="item.dictLabel" :value="item.dictValue">
|
||||
</el-option>
|
||||
</el-select>
|
||||
</div>
|
||||
@ -30,59 +21,30 @@
|
||||
<i class="el-icon-circle-plus-outline" @click="addlist"></i>
|
||||
</div>
|
||||
<el-timeline>
|
||||
<el-timeline-item
|
||||
v-for="(item, index) in lists"
|
||||
:key="index"
|
||||
:color="listindex == index ? '#409EFF' : ''"
|
||||
>
|
||||
<el-timeline-item v-for="(item, index) in lists" :key="index" :color="listindex == index ? '#409EFF' : ''">
|
||||
<div class="top">
|
||||
<div class="toptop">
|
||||
<el-select v-model="item.routeNodeName" style="width: 100px">
|
||||
<el-option
|
||||
v-for="item in parentDictCodelist"
|
||||
:key="item.dictValue"
|
||||
:label="item.dictLabel"
|
||||
:value="item.dictValue"
|
||||
>
|
||||
<el-option v-for="item in parentDictCodelist" :key="item.dictValue" :label="item.dictLabel"
|
||||
:value="item.dictValue">
|
||||
</el-option>
|
||||
</el-select>
|
||||
<el-input
|
||||
v-model="item.routeNodeDay"
|
||||
style="width: 70px"
|
||||
type="number"
|
||||
:min="0"
|
||||
></el-input>
|
||||
<el-input v-model="item.routeNodeDay" type="number" style="width:70px" :min="0"></el-input>
|
||||
<span>天</span>
|
||||
</div>
|
||||
<div>
|
||||
<i class="el-icon-delete" @click="delitem(item, index)"></i>
|
||||
<i
|
||||
class="el-icon-circle-plus-outline"
|
||||
@click="additem(item)"
|
||||
></i>
|
||||
<i class="el-icon-circle-plus-outline" @click="additem(item)"></i>
|
||||
</div>
|
||||
</div>
|
||||
<el-card
|
||||
v-for="(uitem, uindex) in item.list"
|
||||
:key="uitem.id"
|
||||
@click.native="bottomclickevent(uitem, index, uindex)"
|
||||
:class="listindex == index && itemindex == uindex ? 'cards' : ''"
|
||||
>
|
||||
<el-card v-for="(uitem, uindex) in item.list" :key="uitem.id"
|
||||
@click.native="bottomclickevent(uitem, index, uindex, item)"
|
||||
:class="listindex == index && itemindex == uindex ? 'cards' : ''">
|
||||
<h3 style="height: 20px">{{ uitem.taskTypeName }}</h3>
|
||||
<el-tag
|
||||
v-if="uitem.routeCheckStatus == 'AGREE'"
|
||||
class="routeCheckStatus"
|
||||
>已审核</el-tag
|
||||
>
|
||||
<el-tag
|
||||
v-else-if="uitem.routeCheckStatus == 'DISAGREE'"
|
||||
type="danger"
|
||||
class="routeCheckStatus"
|
||||
>不同意</el-tag
|
||||
>
|
||||
<el-tag v-else type="warning" class="routeCheckStatus"
|
||||
>未审核</el-tag
|
||||
>
|
||||
<el-tag v-if="uitem.routeCheckStatus == 'AGREE'" class="routeCheckStatus">已审核</el-tag>
|
||||
<el-tag v-else-if="uitem.routeCheckStatus == 'DISAGREE'" type="danger"
|
||||
class="routeCheckStatus">不同意</el-tag>
|
||||
<el-tag v-else type="warning" class="routeCheckStatus">未审核</el-tag>
|
||||
<p style="height: 16px">{{ uitem.taskSubdivisionName }}</p>
|
||||
</el-card>
|
||||
</el-timeline-item>
|
||||
@ -92,52 +54,28 @@
|
||||
<div class="topform">
|
||||
<el-form ref="form" :inline="true" :model="form" class="form">
|
||||
<el-form-item label="任务类型" prop="">
|
||||
<el-select
|
||||
v-model="form.taskType"
|
||||
style="width: 110px"
|
||||
@change="changeTaskType"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in selectTaskTypeList"
|
||||
:key="item.taskTypeCode"
|
||||
:label="item.taskTypeName"
|
||||
:value="item.taskTypeCode"
|
||||
>
|
||||
<el-select v-model="form.taskType" style="width: 110px" @change="changeTaskType">
|
||||
<el-option v-for="item in selectTaskTypeList" :key="item.taskTypeCode" :label="item.taskTypeName"
|
||||
:value="item.taskTypeCode">
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="任务细分" prop="">
|
||||
<el-select
|
||||
v-model="form.taskSubdivision"
|
||||
style="width: 110px"
|
||||
@change="changetaskSubdivision"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in taskPartitionList"
|
||||
:key="item.taskPartitionCode"
|
||||
:label="item.taskPartitionName"
|
||||
:value="item.taskPartitionCode"
|
||||
>
|
||||
<el-select v-model="form.taskSubdivision" style="width: 110px" @change="changetaskSubdivision">
|
||||
<el-option v-for="item in taskPartitionList" :key="item.taskPartitionCode"
|
||||
:label="item.taskPartitionName" :value="item.taskPartitionCode">
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="任务状态" prop="">
|
||||
<el-select v-model="form.taskStatus" style="width: 110px">
|
||||
<el-option
|
||||
v-for="item in taskStatusDictList"
|
||||
:key="item.id"
|
||||
:label="item.taskStatusName"
|
||||
:value="item.taskStatusCode"
|
||||
>
|
||||
<el-option v-for="item in taskStatusDictList" :key="item.id" :label="item.taskStatusName"
|
||||
:value="item.taskStatusCode">
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="二级分类描述" prop="">
|
||||
<el-input
|
||||
v-model="form.secondClassifyDescribe"
|
||||
style="width: 110px"
|
||||
disabled
|
||||
></el-input>
|
||||
<el-input v-model="form.secondClassifyDescribe" style="width: 110px" disabled></el-input>
|
||||
</el-form-item>
|
||||
<el-form-item label="执行时间" prop="">
|
||||
<el-time-select
|
||||
@ -402,12 +340,6 @@
|
||||
:templateName="form.templateName"
|
||||
></question>
|
||||
</span>
|
||||
<span
|
||||
style="display: inline-block; width: 10px"
|
||||
v-if="form.templateId"
|
||||
>
|
||||
<el-button @click="lookquestion">预览</el-button>
|
||||
</span>
|
||||
</div>
|
||||
<!-- <div class="pushMethod">
|
||||
<el-switch
|
||||
@ -622,7 +554,6 @@ export default {
|
||||
baseUrl: process.env.VUE_APP_BASE_API,
|
||||
showquestion: false,
|
||||
phoneNodeContent: "",
|
||||
|
||||
optionslist: [],
|
||||
optionslistS: [],
|
||||
value: "",
|
||||
@ -684,7 +615,7 @@ export default {
|
||||
this.infolistword();
|
||||
this.infolistMESSAGE();
|
||||
},
|
||||
beforeDestroy() {},
|
||||
beforeDestroy() { },
|
||||
watch: {
|
||||
"form.phoneMessageRemind": {
|
||||
handler(newValue, oldValue) {
|
||||
@ -706,7 +637,7 @@ export default {
|
||||
// phoneTemplateId
|
||||
},
|
||||
},
|
||||
mounted() {},
|
||||
mounted() { },
|
||||
methods: {
|
||||
// 问卷库模板选择
|
||||
looklist() {
|
||||
@ -722,7 +653,6 @@ export default {
|
||||
},
|
||||
// 切换人工和自动
|
||||
changephoneDialMethod(e) {
|
||||
console.log(e);
|
||||
if (e == "AI") {
|
||||
// this.form.templateId=''
|
||||
// 清空问卷id和名字
|
||||
@ -733,10 +663,8 @@ export default {
|
||||
this.lookitemnew = "";
|
||||
} else if (e == "COMMON") {
|
||||
// 清空问卷id话术id和对应名字
|
||||
|
||||
this.form.templateId = "";
|
||||
this.form.templateName = "";
|
||||
|
||||
this.form.phoneTemplateId = "";
|
||||
this.form.phoneTemplateName = "";
|
||||
// 清空话术和问卷
|
||||
@ -758,7 +686,6 @@ export default {
|
||||
// this.taskinfo();
|
||||
});
|
||||
},
|
||||
|
||||
changeoptions(e) {
|
||||
this.parentDictCode = this.options.find(
|
||||
(el) => el.dictValue == e
|
||||
@ -800,7 +727,6 @@ export default {
|
||||
res.data.specialDiseaseNodeList.forEach((e) => {
|
||||
if (e.templateType == "SCRIPT" && e.flowScheme) {
|
||||
this.phoneNodeContent = e.flowScheme;
|
||||
console.log(this.phoneNodeContent, "this.phoneNodeContent");
|
||||
}
|
||||
if (e.messagePushSign) {
|
||||
e.messagePushSign = "" + e.messagePushSign;
|
||||
@ -821,20 +747,12 @@ export default {
|
||||
"routeNodeName"
|
||||
);
|
||||
this.form = this.lists[0].list[0];
|
||||
console.log(this.form, "this,form");
|
||||
// 宣教模板回显
|
||||
if (this.form.templateType == "PROPAGANDA" && this.form.templateId) {
|
||||
getPropaganda(this.form.templateId).then((response) => {
|
||||
console.log(response, " this.formview ");
|
||||
|
||||
this.formview = response.data;
|
||||
});
|
||||
} else if (
|
||||
this.form.templateType == "QUESTIONNAIRE" ||
|
||||
(this.form.templateType == "SCRIPT" && this.form.templateId)
|
||||
) {
|
||||
console.log(this.form.templateId, "this.form.templateId5555555555");
|
||||
|
||||
} else if (this.form.templateType == "QUESTIONNAIRE" || this.form.templateType == "SCRIPT" && this.form.templateId) {
|
||||
// 问卷模板回显
|
||||
questionname(this.form.templateId).then((res) => {
|
||||
this.lookitemnew = res.data;
|
||||
@ -978,25 +896,25 @@ export default {
|
||||
this.lists.forEach((e) => {
|
||||
e.list.length > 0
|
||||
? e.list.forEach((el) => {
|
||||
el.routeNodeDay = e.routeNodeDay;
|
||||
el.routeNodeName = e.routeNodeName;
|
||||
if (el.phoneDialMethod == "COMMON" && el.templateId) {
|
||||
el.phonePushSign = "1";
|
||||
el.routeNodeDay = e.routeNodeDay;
|
||||
el.routeNodeName = e.routeNodeName;
|
||||
if (el.phoneDialMethod == "COMMON" && el.templateId) {
|
||||
el.phonePushSign = "1";
|
||||
|
||||
el.templateType = "QUESTIONNAIRE";
|
||||
} else if (
|
||||
el.phoneDialMethod == "COMMON" &&
|
||||
el.phoneTemplateId
|
||||
) {
|
||||
el.phonePushSign = "1";
|
||||
el.templateType = "QUESTIONNAIRE";
|
||||
} else if (
|
||||
el.phoneDialMethod == "COMMON" &&
|
||||
el.phoneTemplateId
|
||||
) {
|
||||
el.phonePushSign = "1";
|
||||
|
||||
el.templateType = "SCRIPT";
|
||||
} else if (el.phoneDialMethod == "AI" && el.phoneTemplateId) {
|
||||
el.templateType = "SCRIPT";
|
||||
el.phonePushSign = "1";
|
||||
}
|
||||
this.updata.specialDiseaseNodeList.push(el);
|
||||
})
|
||||
el.templateType = "SCRIPT";
|
||||
} else if (el.phoneDialMethod == "AI" && el.phoneTemplateId) {
|
||||
el.templateType = "SCRIPT";
|
||||
el.phonePushSign = "1";
|
||||
}
|
||||
this.updata.specialDiseaseNodeList.push(el);
|
||||
})
|
||||
: "";
|
||||
});
|
||||
// this.updata.specialDiseaseNodeList =
|
||||
@ -1008,7 +926,6 @@ export default {
|
||||
// !e.taskSubdivision &&
|
||||
// !e.taskStatus
|
||||
// );
|
||||
// console.log(this.updata,'this.updata')
|
||||
// return
|
||||
specialDiseaseNode(this.updata).then((res) => {
|
||||
this.info();
|
||||
@ -1022,19 +939,21 @@ export default {
|
||||
},
|
||||
//问卷传值
|
||||
questionontemplate(item) {
|
||||
console.log(item, "iten");
|
||||
this.form.templateId = item.templateId;
|
||||
this.form.templateName = item.templateName;
|
||||
this.lookitemnew = item.lookitemnew;
|
||||
},
|
||||
//宣教传值
|
||||
propagandaontemplate(item) {
|
||||
console.log(item, "iten");
|
||||
|
||||
this.form.templateId = item.templateId;
|
||||
this.form.templateName = item.templateName;
|
||||
this.formview = item.formview;
|
||||
},
|
||||
//点击审核按钮
|
||||
dialogVisibletrue() {
|
||||
this.form.routeNodeDay = Number(this.lists[this.listindex].routeNodeDay)
|
||||
this.dialogVisible = true
|
||||
},
|
||||
// 点击每一条
|
||||
bottomclickevent(uitem, index, uindex) {
|
||||
// this.phoneNodeContent = "";
|
||||
@ -1047,27 +966,17 @@ export default {
|
||||
}
|
||||
setTimeout(() => {
|
||||
this.form = uitem;
|
||||
|
||||
if (this.form.templateType == "PROPAGANDA" && this.form.templateId) {
|
||||
// 宣教
|
||||
getPropaganda(this.form.templateId).then((response) => {
|
||||
getPropaganda(this.form.templateId).then((response) => { // 宣教
|
||||
this.formview = response.data;
|
||||
});
|
||||
} else if (
|
||||
this.form.templateType == "QUESTIONNAIRE" &&
|
||||
this.form.templateId
|
||||
) {
|
||||
console.log(this.form.templateId, "this.form.templateId");
|
||||
questionname(this.form.templateId).then((res) => {
|
||||
// 问卷
|
||||
console.log(res, "res");
|
||||
} else if (this.form.templateType == "QUESTIONNAIRE" && this.form.templateId) {
|
||||
questionname(this.form.templateId).then((res) => { // 问卷
|
||||
this.lookitemnew = res.data;
|
||||
});
|
||||
// this.loading=true
|
||||
} else if (this.form.templateType == "SCRIPT" && this.form.flowScheme) {
|
||||
// 话术
|
||||
this.phoneNodeContent = this.form.flowScheme;
|
||||
console.log(this.phoneNodeContent, "this.phoneNodeContent11");
|
||||
}
|
||||
this.taskPartitionList = [];
|
||||
if (this.form.taskType) {
|
||||
@ -1221,7 +1130,7 @@ export default {
|
||||
spinner: "el-icon-loading",
|
||||
background: "rgba(0, 0, 0, 0.7)",
|
||||
});
|
||||
if (!this.form.routeNodeDay) {
|
||||
if (Number(this.form.routeNodeDay) != 0 && Number(this.form.routeNodeDay) < 0) {
|
||||
this.$message.error("请输入节点时间段天数");
|
||||
return loading.close();
|
||||
}
|
||||
@ -1266,18 +1175,21 @@ export default {
|
||||
border: 1.5px solid #c7c7c7;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
::v-deep iframe {
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
}
|
||||
|
||||
.imageScriptpreview {
|
||||
// background: red;
|
||||
width: 100%;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.imageScriptpreviews {
|
||||
margin: 0 auto;
|
||||
width: 90%;
|
||||
|
||||
// height: 300px;
|
||||
.titletop {
|
||||
font-size: 16px;
|
||||
@ -1319,6 +1231,7 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .el-input.is-disabled .el-input__inner {
|
||||
background-color: #fff !important;
|
||||
color: #606266 !important;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user