|
|
@@ -83,6 +83,7 @@ interface ListItem {
|
|
|
createTime: string
|
|
|
deptName: string
|
|
|
taskName: string
|
|
|
+ techniqueNames: string
|
|
|
rdStatus: string
|
|
|
productionStatus: string
|
|
|
nextPlan: string
|
|
|
@@ -397,6 +398,7 @@ onMounted(() => {
|
|
|
:real-value="formCreateTime" />
|
|
|
<zm-table-column prop="deptName" label="施工队伍" />
|
|
|
<zm-table-column prop="taskName" label="任务" />
|
|
|
+ <zm-table-column prop="techniqueNames" label="施工工艺" />
|
|
|
<zm-table-column
|
|
|
prop="rdStatus"
|
|
|
:label="t('project.status')"
|