|
|
|
|
@ -148,15 +148,10 @@ export default {
|
|
|
|
|
diaolingleixing: [],
|
|
|
|
|
table: [
|
|
|
|
|
{
|
|
|
|
|
"type": "index",
|
|
|
|
|
"width": 60,
|
|
|
|
|
"label": "序号"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"prop": "xuhao",
|
|
|
|
|
"label": "序号",
|
|
|
|
|
"width": 0,
|
|
|
|
|
"align": "center"
|
|
|
|
|
prop: "id",
|
|
|
|
|
width: 60,
|
|
|
|
|
label: "序号",
|
|
|
|
|
formatter: (row, column, cellValue, index) => (this.$refs['xyTable'].selectOpt.page - 1) * this.$refs['xyTable'].selectOpt.page_size + index + 1
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"prop": "equipment_id_equipments_id_relation.name",
|
|
|
|
|
@ -165,11 +160,16 @@ export default {
|
|
|
|
|
"align": "center"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"prop": "diaolingleixing",
|
|
|
|
|
"label": "调令类型",
|
|
|
|
|
"prop": "start_time",
|
|
|
|
|
"label": "开始时间",
|
|
|
|
|
"width": 0,
|
|
|
|
|
"align": "center",
|
|
|
|
|
formatter: (data,row,val) => this.diaolingleixing.find(i => i.value === val)?.key
|
|
|
|
|
"align": "center"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"prop": "end_time",
|
|
|
|
|
"label": "结束时间",
|
|
|
|
|
"width": 0,
|
|
|
|
|
"align": "center"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"prop": "kaiqishuliang",
|
|
|
|
|
@ -216,18 +216,6 @@ export default {
|
|
|
|
|
</div>
|
|
|
|
|
)
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"prop": "start_time",
|
|
|
|
|
"label": "开始时间",
|
|
|
|
|
"width": 0,
|
|
|
|
|
"align": "center"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"prop": "end_time",
|
|
|
|
|
"label": "结束时间",
|
|
|
|
|
"width": 0,
|
|
|
|
|
"align": "center"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"prop": "act_start_time",
|
|
|
|
|
"label": "实际开始时间",
|
|
|
|
|
@ -246,18 +234,6 @@ export default {
|
|
|
|
|
"width": 0,
|
|
|
|
|
"align": "center"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"prop": "level",
|
|
|
|
|
"label": "调令等级",
|
|
|
|
|
"width": 0,
|
|
|
|
|
"align": "center"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"prop": "jieshouren",
|
|
|
|
|
"label": "接收人",
|
|
|
|
|
"width": 0,
|
|
|
|
|
"align": "center"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"prop": "tiaozhengleixing",
|
|
|
|
|
"label": "调整类型",
|
|
|
|
|
|