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

feat 输入禁用文字加黑

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