Commit 5f1b3339 authored by 李苏's avatar 李苏 💬

调整

parent 07ce3a09
......@@ -38,8 +38,7 @@
/* 基本配置*/
url: 'jxgl/usbjx',
tableTitle: [
{
tableTitle: [{
title: "订单号(AUFNR)",
field: "aufnr",
width: 180
......@@ -125,6 +124,13 @@
],
queryParams: [
[{
label: '订单号',
prop: 'aufnr',
span: 6,
type: 'input',
value: ''
},
{
label: '检修时间',
startProp: "start",
endProp: "end",
......@@ -140,6 +146,10 @@
type: 'input',
value: ''
},
],
[
{
label: '设备编码',
prop: 'sbxxCode',
......@@ -147,7 +157,6 @@
type: 'input',
value: ''
}
]
],
......@@ -157,10 +166,10 @@
},
methods: {
sync(ctx){
ctx.DialogTitle='同步大数据平台检修信息'
ctx.DialogWidth='30vw'
ctx.showDialog=true
sync(ctx) {
ctx.DialogTitle = '同步大数据平台检修信息'
ctx.DialogWidth = '30vw'
ctx.showDialog = true
},
/* 示例*/
getRow(row) {
......@@ -169,7 +178,8 @@
}
},
components: {
Edit,Sync
Edit,
Sync
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment