feat: modify "设配管理" disabled table column
This commit is contained in:
parent
48a5dcf551
commit
4cfa3078fe
|
@ -72,13 +72,13 @@
|
|||
show-overflow-tooltip></el-table-column>
|
||||
<el-table-column sortable="custom" prop="end_time" align="center" label="计划结束时间" width="124"
|
||||
show-overflow-tooltip></el-table-column>
|
||||
<el-table-column prop="man_hour" align="center" label="保养工时(小时)" width="60"
|
||||
<!-- <el-table-column prop="man_hour" align="center" label="保养工时(小时)" width="60"
|
||||
show-overflow-tooltip></el-table-column>
|
||||
<el-table-column prop="manhourCost" align="center" label="保养工时费(元)" width="60"
|
||||
show-overflow-tooltip></el-table-column>
|
||||
<el-table-column prop="cost" align="center" label="保养材料费(元)" width="60" show-overflow-tooltip></el-table-column>
|
||||
<el-table-column prop="totalCost" align="center" label="保养费(元)" width="60"
|
||||
show-overflow-tooltip></el-table-column>
|
||||
show-overflow-tooltip></el-table-column> -->
|
||||
<el-table-column prop="result_name" align="center" label="保养状态" show-overflow-tooltip></el-table-column>
|
||||
<el-table-column sortable="custom" prop="recordResultId" align="center" label="验收结果" width="124">
|
||||
<template slot-scope="scope">
|
||||
|
|
|
@ -74,13 +74,13 @@
|
|||
show-overflow-tooltip></el-table-column>
|
||||
<el-table-column sortable="custom" prop="end_time" align="center" label="计划结束时间" width="124"
|
||||
show-overflow-tooltip></el-table-column>
|
||||
<el-table-column prop="man_hour" align="center" label="保养工时(小时)" width="60"
|
||||
<!-- <el-table-column prop="man_hour" align="center" label="保养工时(小时)" width="60"
|
||||
show-overflow-tooltip></el-table-column>
|
||||
<el-table-column prop="manhourCost" align="center" label="保养工时费(元)" width="60"
|
||||
show-overflow-tooltip></el-table-column>
|
||||
<el-table-column prop="cost" align="center" label="保养材料费(元)" width="60" show-overflow-tooltip></el-table-column>
|
||||
<el-table-column prop="totalCost" align="center" label="保养费(元)" width="60"
|
||||
show-overflow-tooltip></el-table-column>
|
||||
show-overflow-tooltip></el-table-column> -->
|
||||
<el-table-column prop="result_name" align="center" label="保养状态" show-overflow-tooltip></el-table-column>
|
||||
<el-table-column sortable="custom" prop="recordResultId" align="center" label="验收结果" width="124">
|
||||
<template slot-scope="scope">
|
||||
|
|
|
@ -76,13 +76,13 @@
|
|||
show-overflow-tooltip></el-table-column>
|
||||
<el-table-column sortable="custom" prop="end_time" align="center" label="计划结束时间" width="124"
|
||||
show-overflow-tooltip></el-table-column>
|
||||
<el-table-column prop="man_hour" align="center" label="保养工时(小时)" width="60"
|
||||
<!-- <el-table-column prop="man_hour" align="center" label="保养工时(小时)" width="60"
|
||||
show-overflow-tooltip></el-table-column>
|
||||
<el-table-column prop="manhourCost" align="center" label="保养工时费(元)" width="60"
|
||||
show-overflow-tooltip></el-table-column>
|
||||
<el-table-column prop="cost" align="center" label="保养材料费(元)" width="60" show-overflow-tooltip></el-table-column>
|
||||
<el-table-column prop="totalCost" align="center" label="保养费(元)" width="60"
|
||||
show-overflow-tooltip></el-table-column>
|
||||
show-overflow-tooltip></el-table-column> -->
|
||||
<el-table-column prop="result_name" align="center" label="保养状态" show-overflow-tooltip></el-table-column>
|
||||
<el-table-column sortable="custom" prop="recordResultId" align="center" label="验收结果" width="124">
|
||||
<template slot-scope="scope">
|
||||
|
|
|
@ -181,11 +181,11 @@
|
|||
<!-- <el-table-column prop="" align="center" label="保养项目" show-overflow-tooltip></el-table-column>
|
||||
<el-table-column prop align="center" label="保养方法" show-overflow-tooltip></el-table-column>-->
|
||||
<!-- <el-table-column prop="realityEndTime" align="center" width="114" label="实际结束时间" show-overflow-tooltip></el-table-column> -->
|
||||
<el-table-column
|
||||
<!-- <el-table-column
|
||||
prop="man_hour"
|
||||
align="center"
|
||||
label="保养工时(小时)"
|
||||
></el-table-column>
|
||||
></el-table-column> -->
|
||||
<el-table-column
|
||||
prop="userName"
|
||||
align="center"
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
placeholder="保养方法"
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
<el-form-item
|
||||
<!-- <el-form-item
|
||||
label="保养模板"
|
||||
style="width:33.3%"
|
||||
class="form_item-inline"
|
||||
|
@ -84,7 +84,7 @@
|
|||
v-model="search_data.bymb"
|
||||
placeholder="保养模板"
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
</el-form-item> -->
|
||||
</div>
|
||||
<div class="form_item_btn_out">
|
||||
<el-form-item>
|
||||
|
@ -137,11 +137,11 @@
|
|||
label="保养方法"
|
||||
align="center"
|
||||
></el-table-column>
|
||||
<el-table-column
|
||||
<!-- <el-table-column
|
||||
prop="bymb"
|
||||
label="保养模板"
|
||||
align="center"
|
||||
></el-table-column>
|
||||
></el-table-column> -->
|
||||
</el-table>
|
||||
</div>
|
||||
<div class="sys-pagination">
|
||||
|
@ -182,9 +182,9 @@
|
|||
></el-option>
|
||||
</el-select>
|
||||
</el-form-item> -->
|
||||
<el-form-item label="保养模板" prop="bymb">
|
||||
<!-- <el-form-item label="保养模板" prop="bymb">
|
||||
<el-input placeholder="请填写保养模板" v-model="form.bymb"></el-input>
|
||||
</el-form-item>
|
||||
</el-form-item> -->
|
||||
<el-form-item label="保养项目" prop="name">
|
||||
<el-input placeholder="请填写保养项目" v-model="form.name"></el-input>
|
||||
</el-form-item>
|
||||
|
|
Loading…
Reference in New Issue