提交 d915135e 编写于 作者: zhongyao.qiao's avatar zhongyao.qiao

Merge branch 'feature/qiao' into 'release'

Feature/qiao

See merge request !280
...@@ -963,26 +963,26 @@ ...@@ -963,26 +963,26 @@
</div> </div>
</template> </template>
<script> <script>
import uploadImg from '@/components/editor/upload-img';
import uploadMusic from '@/components/editor/upload-music';
import { import {
TYPE_LIST, diagnoseUpdate,
PAY_LIST, getAdminDiagnose,
SOURCE_LIST, getDiagnoseLog,
STATUS_LIST, getDoctorList,
CAR_LIST, } from '@/api/diagnosis';
SEX_LIST, import uploadImg from '@/components/editor/upload-img';
RELATION_LIST, import uploadMusic from '@/components/editor/upload-music';
D_S_LIST, import {
FOLLW_LIST, CAR_LIST,
} from '@/utils/constants'; D_S_LIST,
import { getBirth } from '@/utils/index'; FOLLW_LIST,
import { PAY_LIST,
getAdminDiagnose, RELATION_LIST,
getDoctorList, SEX_LIST,
getDiagnoseLog, SOURCE_LIST,
diagnoseUpdate, STATUS_LIST,
} from '@/api/diagnosis'; TYPE_LIST,
} from '@/utils/constants';
import { getBirth } from '@/utils/index';
const PAY_TYPE = { const PAY_TYPE = {
1: '自动付款', 1: '自动付款',
...@@ -1519,4 +1519,9 @@ ...@@ -1519,4 +1519,9 @@
} }
} }
} }
/deep/ .el-input.is-disabled .el-input__inner,
/deep/ .el-textarea.is-disabled .el-textarea__inner {
color: #666;
}
</style> </style>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册