diff --git a/src/views/bg/xispeak/components/BgXiSpeakBPMFeedbackModal.vue b/src/views/bg/xispeak/components/BgXiSpeakBPMFeedbackModal.vue
index 959aad9..5191285 100644
--- a/src/views/bg/xispeak/components/BgXiSpeakBPMFeedbackModal.vue
+++ b/src/views/bg/xispeak/components/BgXiSpeakBPMFeedbackModal.vue
@@ -17,8 +17,8 @@
-
-
+
+
@@ -108,7 +108,6 @@
import { buildUUID } from '/@/utils/uuid';
import SUploadFile from '/@/components/semri/fileComponent/SUploadFile.vue';
import JSelectDept from '/@/components/Form/src/jeecg/components/JSelectDept.vue';
- import JSelectUser from '/@/components/Form/src/jeecg/components/JSelectUser.vue';
import JDictSelectTag from '/@/components/Form/src/jeecg/components/JDictSelectTag.vue';
const emit = defineEmits(['success']);
@@ -241,12 +240,6 @@
}
}
- function handleUserChange(value, row) {
- if (row) {
- formData.responPersonname = row.realname || row.name || '';
- }
- }
-
function handleCancel() {
visible.value = false;
}
diff --git a/src/views/bg/xispeak/components/BgXiSpeakBPMForm.vue b/src/views/bg/xispeak/components/BgXiSpeakBPMForm.vue
index 5fdc820..9a4b6bc 100644
--- a/src/views/bg/xispeak/components/BgXiSpeakBPMForm.vue
+++ b/src/views/bg/xispeak/components/BgXiSpeakBPMForm.vue
@@ -197,7 +197,7 @@
-
+
+ {{ index + 1 }}
-
@@ -349,14 +350,14 @@
const feedbackColumns = computed(() => {
const cols: any[] = [
- { title: '序号', dataIndex: 'num', align: 'center', width: 60 },
+ { title: '序号', key: 'seq', align: 'center', width: 60 },
{ title: '反馈部门名称', dataIndex: 'responDeptname', align: 'center', width: 140 },
{ title: '反馈人姓名', dataIndex: 'responPersonname', align: 'center', width: 120 },
{ title: '措施内容', dataIndex: 'method', align: 'left', width: 200 },
{ title: '完成状态', dataIndex: 'completionStatus_dictText', align: 'center', width: 100 },
{ title: '是否有报送上级报告', dataIndex: 'isReportedToHigher_dictText', align: 'center', width: 140 },
{ title: '进展情况', dataIndex: 'progress', align: 'left', width: 200 },
- { title: '落实情况', dataIndex: 'implStatus', align: 'left', width: 200 },
+ // { title: '落实情况', dataIndex: 'implStatus', align: 'left', width: 200 },
{ title: '附件', dataIndex: 'id', key: 'attachments', align: 'left', width: 280 },
];
if (showJiJianFields.value) {
@@ -858,8 +859,9 @@
min-width: 240px;
:deep(.file-list-wrapper) {
- min-height: 20px;
- max-height: 50px;
+ min-height: 36px;
+ max-height: 130px;
+ overflow-y: auto;
padding: 4px 8px;
}