更新工作汇报相关代码

This commit is contained in:
许允枞 2025-02-12 15:13:46 +08:00
parent 1fa8ac0a14
commit 5b7dd337df

View File

@ -44,7 +44,7 @@
<span>{{ parseTime(scope.row.reportTime) }}</span>
</template>
</el-table-column>
<el-table-column label="汇报内容" align="center" prop="reportContent"/>
<el-table-column label="汇报内容" align="center" prop="reportContent" show-overflow-tooltip/>
<el-table-column label="汇报人" align="center" prop="userName"/>
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<template v-slot="scope">
@ -102,6 +102,7 @@ export default {
userId: null,
userName: null,
servicePackageId: "jiance",
dictType:'ins_high_rise',
},
};
},