@@ -95,6 +95,12 @@
prop="period"
:width="columnWidths.projectDeptName"
/>
+ <el-table-column
+ label="任务开始日期"
+ align="center"
+ prop="taskStartDate"
+ :width="columnWidths.projectDeptName"
+ />
<el-table-column
label="项目部"
align="center"
@@ -492,7 +492,7 @@ const tolist = (id: number) => {
const { pageNo, pageSize, ...rest } = query.value
router.push({
- path: '/iotdayilyreport/IotRhDailyReport',
+ path: '/iotdayilyreport/IotRdDailyReport',
query: {
...rest,
deptId: id