opm 显示优化
This commit is contained in:
parent
21c35bae31
commit
aa36560521
|
@ -92,19 +92,19 @@
|
|||
}}</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="创建时间" prop="create_time" width="150"></el-table-column>
|
||||
<el-table-column label="作业区域" width="100"
|
||||
<el-table-column label="作业区域" width="150"
|
||||
><template #default="scope">
|
||||
{{ scope.row.area_.name }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="预计开始" prop="start_time" width="150"></el-table-column>
|
||||
<el-table-column label="预计结束" prop="end_time" width="150"></el-table-column>
|
||||
<el-table-column label="属地部门" prop="dept_ter" width="100"
|
||||
<el-table-column label="属地部门" prop="dept_ter" width="150" :show-overflow-tooltip="true"
|
||||
><template #default="scope">
|
||||
{{ scope.row.dept_ter_.name }}
|
||||
</template></el-table-column
|
||||
>
|
||||
<el-table-column label="业务部门" prop="dept_bus" width="100"
|
||||
<el-table-column label="业务部门" prop="dept_bus" width="150" :show-overflow-tooltip="true"
|
||||
><template #default="scope">
|
||||
{{ scope.row.dept_bus_.name }}
|
||||
</template></el-table-column
|
||||
|
|
Loading…
Reference in New Issue