diff --git a/src/views/goverment/huizhou/assessmentManagement/scoreStandard/index.vue b/src/views/goverment/huizhou/assessmentManagement/scoreStandard/index.vue index 59186e2..ee1e01c 100644 --- a/src/views/goverment/huizhou/assessmentManagement/scoreStandard/index.vue +++ b/src/views/goverment/huizhou/assessmentManagement/scoreStandard/index.vue @@ -219,11 +219,13 @@ const columns: ColumnProps[] = [ { type: "index", label: "序号", width: 80 }, { prop: "category", + width: 120, label: "类别", search: { el: "input" } }, { prop: "subItem", + width: 130, label: "分项" }, { @@ -240,13 +242,15 @@ const columns: ColumnProps[] = [ // }, { prop: "deductPointsStandard", + width: 140, label: "评分部门类别" }, { prop: "standardScore", + width: 100, label: "标准分" }, - { prop: "operation", label: "操作", width: 200, fixed: "right" } + { prop: "operation", label: "操作", width: 160, fixed: "right" } ]; const dicMainData = ref([]); diff --git a/src/views/goverment/huizhou/largeScreen/largeScreenTwo/components/LeftcentView.vue b/src/views/goverment/huizhou/largeScreen/largeScreenTwo/components/LeftcentView.vue index c49b89b..06bdac9 100644 --- a/src/views/goverment/huizhou/largeScreen/largeScreenTwo/components/LeftcentView.vue +++ b/src/views/goverment/huizhou/largeScreen/largeScreenTwo/components/LeftcentView.vue @@ -61,8 +61,8 @@ -
- + +