style(diagnosis): 调整诊断表格列宽和样式
- 将诊断类型列宽度从120调整为170 - 修改验证状态下拉框样式,移除左侧内边距并设置固定宽度 - 统一依赖包引用方式,将lodash替换为lodash-es
This commit is contained in:
@@ -309,7 +309,7 @@
|
|||||||
title="诊断类型"
|
title="诊断类型"
|
||||||
align="center"
|
align="center"
|
||||||
field="maindiseFlag"
|
field="maindiseFlag"
|
||||||
width="120"
|
width="170"
|
||||||
>
|
>
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<el-form-item>
|
<el-form-item>
|
||||||
@@ -326,7 +326,7 @@
|
|||||||
<el-select
|
<el-select
|
||||||
v-model="scope.row.verificationStatusEnum"
|
v-model="scope.row.verificationStatusEnum"
|
||||||
placeholder=" "
|
placeholder=" "
|
||||||
style="width: 100%; padding-bottom: 5px; padding-left: 10px"
|
style="width: 150px; padding-bottom: 5px"
|
||||||
size="small"
|
size="small"
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
|
|||||||
@@ -768,7 +768,7 @@ import { ElMessage, ElMessageBox } from "element-plus";
|
|||||||
import { Search } from "@element-plus/icons-vue";
|
import { Search } from "@element-plus/icons-vue";
|
||||||
import { nextTick, onMounted, onUnmounted, ref, watch, computed } from "vue";
|
import { nextTick, onMounted, onUnmounted, ref, watch, computed } from "vue";
|
||||||
import useTagsViewStore from "@/store/modules/tagsView";
|
import useTagsViewStore from "@/store/modules/tagsView";
|
||||||
import { isEqual } from "lodash";
|
import { isEqual } from "lodash-es";
|
||||||
import templateJson from "./components/templateJson.json";
|
import templateJson from "./components/templateJson.json";
|
||||||
import {hiprint} from "vue-plugin-hiprint";
|
import {hiprint} from "vue-plugin-hiprint";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user