Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
jinhui.wang
2022-07-15 15:02:21 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
14f5d5dab6410f5ce44be9f538c56d1e604d95e6
14f5d5da
1 parent
4aafaa7c
文本修正
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/systemLog/dmLog/index.vue
src/views/systemLog/dmLog/index.vue
View file @
14f5d5d
...
...
@@ -3,7 +3,7 @@
<el-form ref="dmLogForm" class="form-header" :model="selectForm" label-width="auto" size="small">
<el-row type="flex" style="flex-wrap: wrap !important">
<el-col :span="6">
<el-form-item label="ACCS航班号">
<el-form-item label="ACCS
原
航班号">
<el-input v-model.trim="fltNo" class="formItem" placeholder="请输入航班号" clearable></el-input>
</el-form-item>
</el-col>
...
...
@@ -31,7 +31,7 @@
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item label="ACCS航班日期">
<el-form-item label="ACCS
原
航班日期">
<el-date-picker v-model="selectForm.fltDate" class="formItem" type="date" placeholder="选择日期"
:value-format="valueFormat" clearable>
</el-date-picker>
...
...
Please
register
or
login
to post a comment