知识库修改
This commit is contained in:
parent
435c34bf28
commit
f930a80d79
@ -229,7 +229,7 @@
|
||||
|
||||
<!-- 添加或修改短信模板信息对话框 -->
|
||||
<el-dialog :title="title" :visible.sync="open" width="500px" append-to-body>
|
||||
<el-form ref="form" :model="form" :rules="rules" label-width="80px">
|
||||
<el-form ref="form" :model="form" :rules="rules" label-width="110px">
|
||||
<el-form-item label="短信模板名称" prop="textMessageName">
|
||||
<el-input
|
||||
v-model="form.textMessageName"
|
||||
@ -240,7 +240,7 @@
|
||||
<el-input v-model="form.textMessageId" placeholder="请输入短信ID" />
|
||||
</el-form-item>
|
||||
<el-form-item label="短信排序" prop="textMessageSort">
|
||||
<el-input-number v-model="form.textMessageSort" controls-position="right" :min="0" placeholder="请输入短信排序" style="width:380px"/>
|
||||
<el-input-number v-model="form.textMessageSort" controls-position="right" :min="0" placeholder="请输入短信排序" style="width:350px"/>
|
||||
|
||||
</el-form-item>
|
||||
|
||||
@ -255,7 +255,7 @@
|
||||
<el-select
|
||||
v-model="form.suitTaskTypeIds"
|
||||
placeholder="请选择适用任务类型"
|
||||
style="width: 380px"
|
||||
style="width: 350px"
|
||||
multiple
|
||||
>
|
||||
<el-option
|
||||
@ -271,7 +271,7 @@
|
||||
<el-select
|
||||
v-model="form.textMessageChannel"
|
||||
placeholder="请选择短信通道"
|
||||
style="width: 380px"
|
||||
style="width: 350px"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in options"
|
||||
@ -286,7 +286,7 @@
|
||||
<el-select
|
||||
v-model="form.textMessageStatus"
|
||||
placeholder="请选择短信状态"
|
||||
style="width: 380px"
|
||||
style="width: 350px"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in optionstext"
|
||||
@ -303,7 +303,7 @@
|
||||
v-if="departmentName == '请选择科室'"
|
||||
@click="clickinnerVisible()"
|
||||
style="
|
||||
width: 379px;
|
||||
width: 350px;
|
||||
text-align: left;
|
||||
height: 36px;
|
||||
color: #c0c4cc;
|
||||
@ -316,7 +316,7 @@
|
||||
type=""
|
||||
v-else
|
||||
style="
|
||||
width: 379px;
|
||||
width: 350px;
|
||||
text-align: left;
|
||||
height: 36px;
|
||||
padding-left: -10px;
|
||||
@ -331,7 +331,7 @@
|
||||
v-if="diseaseTypeName == '请选择病种'"
|
||||
@click="clickdisease()"
|
||||
style="
|
||||
width: 379px;
|
||||
width: 350px;
|
||||
text-align: left;
|
||||
height: 36px;
|
||||
color: #c0c4cc;
|
||||
@ -344,7 +344,7 @@
|
||||
type=""
|
||||
v-else
|
||||
style="
|
||||
width: 379px;
|
||||
width: 350px;
|
||||
text-align: left;
|
||||
height: 36px;
|
||||
padding-left: -10px;
|
||||
|
||||
@ -221,14 +221,13 @@
|
||||
/>
|
||||
|
||||
<!-- 添加或修改话术信息对话框 -->
|
||||
<el-dialog :title="title" :visible.sync="open" width="500px" append-to-body v-if="open">
|
||||
<el-form ref="form" :model="form" :rules="rules" label-width="80px">
|
||||
<el-dialog :title="title" :visible.sync="open" width="700px" append-to-body v-if="open">
|
||||
<el-form ref="form" :model="form" :rules="rules" label-width="110px" :inline="true">
|
||||
<el-form-item label="通用话术名称" prop="commonScriptName">
|
||||
<el-input
|
||||
maxlength="100"
|
||||
v-model="form.commonScriptName"
|
||||
placeholder="请输入通用话术名称"
|
||||
type="textarea"
|
||||
/>
|
||||
</el-form-item>
|
||||
<el-form-item label="话术名称" prop="scriptName">
|
||||
@ -239,7 +238,7 @@
|
||||
/>
|
||||
</el-form-item>
|
||||
<el-form-item label="话术排序" prop="scriptSort">
|
||||
<el-input-number v-model="form.scriptSort" controls-position="right" :min="0" placeholder="请输入话术排序" style="width:380px"/>
|
||||
<el-input-number v-model="form.scriptSort" controls-position="right" :min="0" placeholder="请输入话术排序" style="width:206px"/>
|
||||
|
||||
</el-form-item>
|
||||
<el-form-item label="话术ID" prop="scriptId">
|
||||
@ -260,7 +259,7 @@
|
||||
<el-select
|
||||
v-model="form.scriptStatus"
|
||||
placeholder="请选择"
|
||||
style="width: 379px"
|
||||
style="width: 206px"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in optionsadd"
|
||||
@ -272,21 +271,14 @@
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item label="话术简介" prop="scriptIntroduction">
|
||||
<el-input
|
||||
maxlength="200"
|
||||
v-model="form.scriptIntroduction"
|
||||
placeholder="请输入话术简介"
|
||||
type="textarea"
|
||||
/>
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item label="科室名称" prop="departmentId">
|
||||
<el-button
|
||||
type=""
|
||||
v-if="departmentName == '请选择科室'"
|
||||
@click="clickinnerVisible()"
|
||||
style="
|
||||
width: 379px;
|
||||
width: 206px;
|
||||
text-align: left;
|
||||
height: 36px;
|
||||
color: #c0c4cc;
|
||||
@ -299,7 +291,7 @@
|
||||
type=""
|
||||
v-else
|
||||
style="
|
||||
width: 379px;
|
||||
width: 206px;
|
||||
text-align: left;
|
||||
height: 36px;
|
||||
padding-left: -10px;
|
||||
@ -314,7 +306,7 @@
|
||||
v-if="diseaseTypeName == '请选择病种'"
|
||||
@click="clickdisease()"
|
||||
style="
|
||||
width: 379px;
|
||||
width: 206px;
|
||||
text-align: left;
|
||||
height: 36px;
|
||||
color: #c0c4cc;
|
||||
@ -327,7 +319,7 @@
|
||||
type=""
|
||||
v-else
|
||||
style="
|
||||
width: 379px;
|
||||
width: 206px;
|
||||
text-align: left;
|
||||
height: 36px;
|
||||
padding-left: -10px;
|
||||
@ -336,6 +328,15 @@
|
||||
>{{ diseaseTypeName }}</el-button
|
||||
>
|
||||
</el-form-item>
|
||||
<el-form-item label="话术简介" prop="scriptIntroduction">
|
||||
<el-input
|
||||
maxlength="200"
|
||||
v-model="form.scriptIntroduction"
|
||||
placeholder="请输入话术简介"
|
||||
type="textarea"
|
||||
/>
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item label="图片" prop="scriptFilePath">
|
||||
<stationAcatar
|
||||
@imgUrl="imgUrl"
|
||||
@ -1050,6 +1051,9 @@ export default {
|
||||
::v-deep .el-input-number .el-input__inner{
|
||||
text-align: left;
|
||||
}
|
||||
::v-deep .el-textarea__inner{
|
||||
width: 206px;
|
||||
}
|
||||
.leftscript {
|
||||
// width: 30%;
|
||||
height: 850px;
|
||||
|
||||
@ -179,7 +179,7 @@
|
||||
|
||||
<!-- 添加或修改微信模板信息对话框 -->
|
||||
<el-dialog :title="title" :visible.sync="open" width="500px" append-to-body>
|
||||
<el-form ref="form" :model="form" :rules="rules" label-width="80px">
|
||||
<el-form ref="form" :model="form" :rules="rules" label-width="110px">
|
||||
<el-form-item label="微信模板名称" prop="wechatTemplateName">
|
||||
<el-input
|
||||
v-model="form.wechatTemplateName"
|
||||
@ -190,7 +190,7 @@
|
||||
<el-input v-model="form.templateId" placeholder="请输入模板ID" />
|
||||
</el-form-item>
|
||||
<el-form-item label="微信排序" prop="templateSort">
|
||||
<el-input-number v-model="form.templateSort" controls-position="right" :min="0" placeholder="请输入微信排序" style="width:380px"/>
|
||||
<el-input-number v-model="form.templateSort" controls-position="right" :min="0" placeholder="请输入微信排序" style="width:350px"/>
|
||||
|
||||
</el-form-item>
|
||||
<el-form-item label="模板内容" prop="templateContent">
|
||||
@ -206,7 +206,7 @@
|
||||
<el-select
|
||||
v-model="form.templateSource"
|
||||
placeholder="请选择"
|
||||
style="width: 380px"
|
||||
style="width: 350px"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in options"
|
||||
@ -221,7 +221,7 @@
|
||||
<el-select
|
||||
v-model="form.suitTaskTypeIds"
|
||||
placeholder="请选择"
|
||||
style="width: 380px"
|
||||
style="width: 350px"
|
||||
multiple
|
||||
>
|
||||
<el-option
|
||||
@ -239,7 +239,7 @@
|
||||
v-if="departmentName == '请选择科室'"
|
||||
@click="clickinnerVisible()"
|
||||
style="
|
||||
width: 379px;
|
||||
width: 350px;
|
||||
text-align: left;
|
||||
height: 36px;
|
||||
color: #c0c4cc;
|
||||
@ -252,7 +252,7 @@
|
||||
type=""
|
||||
v-else
|
||||
style="
|
||||
width: 379px;
|
||||
width: 350px;
|
||||
text-align: left;
|
||||
height: 36px;
|
||||
padding-left: -10px;
|
||||
@ -267,7 +267,7 @@
|
||||
v-if="diseaseTypeName == '请选择病种'"
|
||||
@click="clickdisease()"
|
||||
style="
|
||||
width: 379px;
|
||||
width: 350px;
|
||||
text-align: left;
|
||||
height: 36px;
|
||||
color: #c0c4cc;
|
||||
@ -280,7 +280,7 @@
|
||||
type=""
|
||||
v-else
|
||||
style="
|
||||
width: 379px;
|
||||
width: 350px;
|
||||
text-align: left;
|
||||
height: 36px;
|
||||
padding-left: -10px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user