修改描述

This commit is contained in:
18500206848
2024-04-25 23:06:13 +08:00
parent 87a76d60b6
commit 513ff4c0b3
19 changed files with 41 additions and 62 deletions

View File

@@ -319,7 +319,7 @@ export default {
display: false,
},
{
label: "任务状态",
label: "岗位状态",
prop: "status",
type: "select",
dicData: missionState,
@@ -329,13 +329,13 @@ export default {
width: 80,
},
{
label: "任务编码",
label: "岗位编码",
prop: "missionNo",
hide: true,
display: false,
},
{
label: "任务时长",
label: "岗位时长",
prop: "missionDuration",
search: false,
searchSpan: 5,