|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div class="mainContentBox flex">
|
|
|
<div>
|
|
|
- <el-aside width="500px" style="height: calc(100vh - 200px)">
|
|
|
+ <el-aside width="500px" style="height: calc(100%)">
|
|
|
<avue-crud
|
|
|
ref="crudRef"
|
|
|
v-model:search="search"
|
|
@@ -426,7 +426,9 @@ option.value = Object.assign(option.value, {
|
|
|
label: "管号",
|
|
|
prop: "seqNo",
|
|
|
search: true,
|
|
|
- searchLabelWidth: "100",
|
|
|
+ placeholder: "请输入订单或工单或管号",
|
|
|
+ searchLabelWidth: "10%",
|
|
|
+ searchLabel: false,
|
|
|
searchSpan: 12,
|
|
|
},
|
|
|
{
|