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
Elements-SY
2023-08-11 16:30:21 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2b9acb98068770cfb6044cb14226974933c96340
2b9acb98
1 parent
af7cbc3e
modify
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/basicInformation/queryCargo/index.vue
src/views/basicInformation/queryCargo/index.vue
View file @
2b9acb9
...
...
@@ -139,7 +139,7 @@
</template>
<el-select class="formItem" v-model="formData.cargoPlaneRoute" placeholder="不限"
:disabled="routeList.length == 0" clearable @change="routeSelectChange" :key="formData.cargoPlaneRoute">
<el-option v-for="
(item, index)
in routeList" :label="item" :value="item" :key="item">
<el-option v-for="
item
in routeList" :label="item" :value="item" :key="item">
<Tooltips :content="item" :refName="item"></Tooltips>
</el-option>
</el-select>
...
...
@@ -149,7 +149,7 @@
<el-form-item label="预审状态">
<el-select v-model="formData.preStatus" placeholder="不限" class="formItem" clearable multiple>
<el-option v-for="item in findConditionData.preQualificationStatus" :label="item == '' ? '非预审' : item"
:value="item"> </el-option>
:value="item"
:key="item"
> </el-option>
</el-select>
</el-form-item>
</el-col>
...
...
Please
register
or
login
to post a comment