Commit e72068b6 authored by 晓彤's avatar 晓彤

样式修改

parent c09289af
......@@ -2,7 +2,7 @@
<div>
<el-card>
<div>
JIRA项目名称:
JIRA项目:
<el-select v-model="queryModuleInfo.jiraProjectKey" placeholder="请选择JIRA项目" filterable clearable>
<el-option v-for="item in jiraProjectList" :key="item.key" :label="item.name" :value="item.key"></el-option>
</el-select>
......
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