修改知识库

This commit is contained in:
shidongli 2024-07-10 10:41:30 +08:00
parent 4aa2619804
commit 2e0b76ed89
3 changed files with 722 additions and 171 deletions

File diff suppressed because it is too large Load Diff

View File

@ -262,6 +262,38 @@
maxlength="100" maxlength="100"
/> />
</el-form-item> </el-form-item>
<el-form-item label="科室名称" prop="departmentId">
<el-button
type=""
@click="clickinnerVisible()"
:style="
form.departmentName == '请选择科室' ? 'color: #c0c4cc;' : ''
"
style="
width: 206px;
text-align: left;
height: 36px;
overflow: hidden;
"
>{{ form.departmentName }}</el-button
>
</el-form-item>
<el-form-item label="病种名称" prop="diseaseTypeName">
<el-button
type=""
@click="clickdisease()"
:style="
form.diseaseTypeName == '请选择病种' ? 'color: #c0c4cc;' : ''
"
style="
width: 206px;
text-align: left;
height: 36px;
overflow: hidden;
"
>{{ form.diseaseTypeName }}</el-button
>
</el-form-item>
<el-form-item label="话术排序" prop="scriptSort"> <el-form-item label="话术排序" prop="scriptSort">
<el-input-number <el-input-number
v-model="form.scriptSort" v-model="form.scriptSort"
@ -311,45 +343,14 @@
</el-option> </el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
<el-form-item label="科室名称" prop="departmentId">
<el-button
type=""
@click="clickinnerVisible()"
:style="
form.departmentName == '请选择科室' ? 'color: #c0c4cc;' : ''
"
style="
width: 206px;
text-align: left;
height: 36px;
overflow: hidden;
"
>{{ form.departmentName }}</el-button
>
</el-form-item>
<el-form-item label="病种名称" prop="diseaseTypeName">
<el-button
type=""
@click="clickdisease()"
:style="
form.diseaseTypeName == '请选择病种' ? 'color: #c0c4cc;' : ''
"
style="
width: 206px;
text-align: left;
height: 36px;
overflow: hidden;
"
>{{ form.diseaseTypeName }}</el-button
>
</el-form-item>
<el-form-item label="话术简介" prop="scriptIntroduction"> <el-form-item label="话术简介" prop="scriptIntroduction">
<el-input <el-input
maxlength="200" maxlength="200"
v-model="form.scriptIntroduction" v-model="form.scriptIntroduction"
placeholder="请输入话术简介" placeholder="请输入话术简介"
type="textarea" type="textarea"
style="width: 300px"
/> />
</el-form-item> </el-form-item>
<!-- <el-form-item label="图片" prop="scriptFilePath"> <!-- <el-form-item label="图片" prop="scriptFilePath">
@ -1106,7 +1107,8 @@ export default {
} }
::v-deep .el-textarea__inner { ::v-deep .el-textarea__inner {
width: 206px; width: 530px;
height: 79px;
} }
.dialog { .dialog {

View File

@ -113,7 +113,7 @@
<el-form-item label="科室名称" prop="departmentId"> <el-form-item label="科室名称" prop="departmentId">
<el-button type="" @click="clickinnerVisible()" <el-button type="" @click="clickinnerVisible()"
:style="form.departmentName == '请选择科室' ? 'color: #c0c4cc;' : ''" style=" :style="form.departmentName == '请选择科室' ? 'color: #c0c4cc;' : ''" style="
width: 206px; width: 350px;
text-align: left; text-align: left;
height: 36px; height: 36px;
overflow: hidden; overflow: hidden;
@ -122,7 +122,7 @@
<el-form-item label="病种名称" prop="diseaseTypeName"> <el-form-item label="病种名称" prop="diseaseTypeName">
<el-button type="" @click="clickdisease()" :style="form.diseaseTypeName == '请选择病种' ? 'color: #c0c4cc;' : ''" <el-button type="" @click="clickdisease()" :style="form.diseaseTypeName == '请选择病种' ? 'color: #c0c4cc;' : ''"
style=" style="
width: 206px; width:350px;
text-align: left; text-align: left;
height: 36px; height: 36px;
overflow: hidden; overflow: hidden;