Commit e96eef8c authored by 晓彤's avatar 晓彤

修改查询提示

parent 81e476f1
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
<div> <div>
<el-card> <el-card>
<div class="top"> <div class="top">
JIRA项目: JIRA项目名称:
<el-select v-model="queryInfo.jiraProjectKey" placeholder="请选择JIRA项目" clearable> <el-select v-model="queryInfo.jiraProjectKey" placeholder="请选择JIRA项目" clearable>
<el-option v-for="item in jiraProjectList" :key="item.key" :label="item.name" :value="item.key"></el-option> <el-option v-for="item in jiraProjectList" :key="item.key" :label="item.name" :value="item.key"></el-option>
</el-select> </el-select>
环境名称: 环境名称:
<el-select v-model="queryInfo.namespace" placeholder="请选择模块" clearable> <el-select v-model="queryInfo.namespace" placeholder="请选择环境" clearable>
<el-option v-for="item in namespaceList" :key="item.key" :label="item.desc" :value="item.key"></el-option> <el-option v-for="item in namespaceList" :key="item.key" :label="item.desc" :value="item.key"></el-option>
</el-select> </el-select>
<el-input v-model="queryInfo.projectName" clearable placeholder="请输入项目名称" style="width: 300px;"> <el-input v-model="queryInfo.projectName" clearable placeholder="请输入项目名称" style="width: 300px;">
......
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