|
@@ -103,17 +103,18 @@
|
|
<el-col :span="16">
|
|
<el-col :span="16">
|
|
<el-link @click="toggleGroup"><i v-if="selectedGroup != null" :class="groupWidth==0?'el-icon-d-arrow-right':'el-icon-d-arrow-left'" style="margin-top:10px;">{{selectedGroup.name}}</i></el-link>
|
|
<el-link @click="toggleGroup"><i v-if="selectedGroup != null" :class="groupWidth==0?'el-icon-d-arrow-right':'el-icon-d-arrow-left'" style="margin-top:10px;">{{selectedGroup.name}}</i></el-link>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="4">
|
|
|
|
|
|
+ <el-col :span="8" style="float:right;width:380px">
|
|
<el-select v-model="order" size="small" style="background:#fff;display:inline-block;" @change="orderChange">
|
|
<el-select v-model="order" size="small" style="background:#fff;display:inline-block;" @change="orderChange">
|
|
<el-option v-for="item in orderList" :key="item.id" :label="item.name" :value="item.id">
|
|
<el-option v-for="item in orderList" :key="item.id" :label="item.name" :value="item.id">
|
|
<span>{{item.name}}</span>
|
|
<span>{{item.name}}</span>
|
|
</el-option>
|
|
</el-option>
|
|
</el-select>
|
|
</el-select>
|
|
- </el-col>
|
|
|
|
- <el-col :span="4">
|
|
|
|
- <el-button icon="iconfont firerock-icondaochu" size="mini" @click="showExportDialog">导出</el-button>
|
|
|
|
|
|
+ <el-button icon="iconfont firerock-icondaochu" style="margin-left:10px" size="mini" @click="showExportDialog">导出</el-button>
|
|
<el-button icon="iconfont firerock-icondaoru" size="mini" @click="importTaskDialog = true;importToStageId = stageList[0].id;">导入</el-button>
|
|
<el-button icon="iconfont firerock-icondaoru" size="mini" @click="importTaskDialog = true;importToStageId = stageList[0].id;">导入</el-button>
|
|
</el-col>
|
|
</el-col>
|
|
|
|
+ <!-- <el-col :span="4">
|
|
|
|
+
|
|
|
|
+ </el-col> -->
|
|
</el-row>
|
|
</el-row>
|
|
<!-- <div style="color:#999;margin-top:10px;">
|
|
<!-- <div style="color:#999;margin-top:10px;">
|
|
<i v-if="selectedGroup != null" class="el-icon-arrow-left" style="margin-top:10px;">{{selectedGroup.name}}</i>
|
|
<i v-if="selectedGroup != null" class="el-icon-arrow-left" style="margin-top:10px;">{{selectedGroup.name}}</i>
|