|
@@ -475,7 +475,8 @@
|
|
|
<div class="od-msg">
|
|
|
|
|
|
<!-- 展示表单 -->
|
|
|
- <el-form :inline="true" label-position="right" :key="refer" :hide-required-asterisk="true" :model="otherDeatils.value">
|
|
|
+ <el-form :inline="true" label-position="right" :key="refer" :hide-required-asterisk="true"
|
|
|
+ :model="otherDeatils.value">
|
|
|
|
|
|
<el-row :gutter="10">
|
|
|
<el-col :span="8" v-for="f in otherDeatils.form" style="text-align: right;">
|
|
@@ -498,7 +499,7 @@
|
|
|
</el-select>
|
|
|
|
|
|
<!-- 字典-下拉 -->
|
|
|
- <el-select v-if="f.dictId" v-model="otherDeatils.value[`${f.prop}Name`]" placeholder="请选择"
|
|
|
+ <el-select v-if="f.dictId" v-model="otherDeatils.value[f.prop]" placeholder="请选择"
|
|
|
:key="otherDeatils.value[f.prop]" :disabled="!(otherDeatils.isEdit && f.edit)">
|
|
|
<el-option v-if="f.dictId" v-for="d in f.dictValue" :key="d.dictValue" :label="d.dictLabel"
|
|
|
:value="d.dictValue">
|
|
@@ -569,7 +570,7 @@
|
|
|
</el-tree>
|
|
|
<!-- queryMedcineItemDrug -->
|
|
|
<!-- 列表 -->
|
|
|
- <div v-else >
|
|
|
+ <div v-else>
|
|
|
<el-table :data="MoreDataDialog.list" v-loading="MoreDataDialog.loading" style="width: 100%"
|
|
|
@row-click="handleCurentRow" highlight-current-row>
|
|
|
<el-table-column type="index" label="序号" width="55" align="center" />
|
|
@@ -2320,8 +2321,9 @@ export default {
|
|
|
overflow-y: auto;
|
|
|
overflow-x: auto;
|
|
|
}
|
|
|
->>>.referTree{
|
|
|
-margin-top: 10px;
|
|
|
+
|
|
|
+>>>.referTree {
|
|
|
+ margin-top: 10px;
|
|
|
}
|
|
|
|
|
|
/* .md-main>>>.el-table .el-table__body {
|