修改搜索条件的顺序

dev-scheduling
zhangdi 1 month ago
parent 709df6c885
commit 2c0a3a4dc4
  1. 9
      src/views/safetyManagement/equipmentInspectionTask/index.vue
  2. 9
      src/views/safetyManagement/safetyInspectionTask/index.vue

@ -146,6 +146,8 @@ export default {
type: 'date',
format: 'YYYY-MM-DD',
valueFormat: 'YYYY-MM-DD',
startPlaceholder: '开始时间',
endPlaceholder: '结束时间',
searchRange: true,
},
{
@ -156,6 +158,8 @@ export default {
type: 'datetime',
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'YYYY-MM-DD HH:mm:ss',
startPlaceholder: '开始时间',
endPlaceholder: '结束时间',
searchRange: true,
width: 150,
},
@ -177,6 +181,8 @@ export default {
type: 'date',
format: 'YYYY-MM-DD',
valueFormat: 'YYYY-MM-DD',
startPlaceholder: '开始时间',
endPlaceholder: '结束时间',
searchRange: true,
},
{
@ -187,6 +193,8 @@ export default {
type: 'datetime',
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'YYYY-MM-DD HH:mm:ss',
startPlaceholder: '开始时间',
endPlaceholder: '结束时间',
// searchRange: true,
width: 150,
},
@ -199,6 +207,7 @@ export default {
type: 'select',
// value: "2",
searchLabelWidth: 80,
searchOrder:20,
width: 100,
dicData: [
{

@ -127,6 +127,8 @@ export default {
format: 'YYYY-MM-DD',
valueFormat: 'YYYY-MM-DD',
searchRange: true,
startPlaceholder: '开始时间',
endPlaceholder: '结束时间',
},
{
label: '发起时间',
@ -138,6 +140,8 @@ export default {
valueFormat: 'YYYY-MM-DD HH:mm:ss',
searchRange: true,
width: 150,
startPlaceholder: '开始时间',
endPlaceholder: '结束时间',
},
{
label: '巡检人',
@ -158,6 +162,8 @@ export default {
format: 'YYYY-MM-DD',
valueFormat: 'YYYY-MM-DD',
searchRange: true,
startPlaceholder: '开始时间',
endPlaceholder: '结束时间',
},
{
label: '检验时间',
@ -167,6 +173,8 @@ export default {
type: 'datetime',
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'YYYY-MM-DD HH:mm:ss',
startPlaceholder: '开始时间',
endPlaceholder: '结束时间',
// searchRange: true,
width: 150,
},
@ -179,6 +187,7 @@ export default {
type: 'select',
// value: "2",
searchLabelWidth: 80,
searchOrder:20,
width: 100,
dicData: [
{

Loading…
Cancel
Save