Commit ed96681a by ben

优化

parent 5f41f927
......@@ -18,7 +18,7 @@
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item label="起使日期" prop="rcvdatsta" style="width: 100%">
<el-form-item label="起日期" prop="rcvdatsta" style="width: 100%">
<c-date-picker
type="date"
v-model="model.mgsp.stadat"
......@@ -26,7 +26,12 @@
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="8">
</c-col>
</el-row>
<!-- 可控展示区 -->
<el-row v-show="searchSlot.searchToggle">
<c-col :span="24">
<c-col :span="8">
<el-form-item label="截止日期" prop="rcvdatsta" style="width: 100%">
<c-date-picker
type="date"
......@@ -37,9 +42,7 @@
</c-col>
</c-col>
</el-row>
<!-- 可控展示区 -->
<el-row v-show="searchSlot.searchToggle"> </el-row>
</el-row>
</template>
</c-list-search>
......
......@@ -31,7 +31,9 @@
</c-col>
</c-col>
</el-row>
<el-row>
<!-- 可控展示区 -->
<el-row v-show="searchSlot.searchToggle">
<c-col :span="24">
<c-col :span="8">
<el-form-item label="报文类型" prop="" style="width: 100%">
......@@ -50,8 +52,6 @@
</el-form-item>
</c-col>
</c-col>
</el-row>
<el-row>
<c-col :span="24">
<c-col :span="8">
<el-form-item label="报文标志号" prop="" style="width: 100%">
......@@ -70,8 +70,6 @@
</el-form-item>
</c-col>
</c-col>
</el-row>
<el-row>
<c-col :span="24">
<c-col :span="8">
<el-form-item label="账号" prop="" style="width: 100%">
......@@ -89,8 +87,6 @@
</el-form-item>
</c-col>
</c-col>
</el-row>
<el-row>
<c-col :span="24">
<c-col :span="8">
<el-form-item label="消息处理状态" prop="" style="width: 100%">
......@@ -106,8 +102,6 @@
</c-col>
</c-col>
</el-row>
<!-- 可控展示区 -->
<el-row v-show="searchSlot.searchToggle"> </el-row>
</template>
</c-list-search>
......
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