|
@@ -4,7 +4,7 @@
|
|
|
<div class="filter-container">
|
|
|
<el-input clearable class="filter-item" style="width: 200px;" placeholder="员工名称"
|
|
|
v-model="listQuery.userName"></el-input>
|
|
|
- <el-select v-model="listQuery.type" clearable placeholder="排行类型" style="top: -4px;width: 200px;">
|
|
|
+ <el-select v-model="listQuery.type" placeholder="排行类型" style="top: -4px;width: 200px;">
|
|
|
<el-option :key="item.type" v-for="item in orderTypeList" :label="item.name" :value="item.type">
|
|
|
</el-option>
|
|
|
</el-select>
|
|
@@ -69,7 +69,7 @@ export default {
|
|
|
directives: { waves },
|
|
|
data() {
|
|
|
return {
|
|
|
- httpFile:'http://dgt.dgtis.com/oneportal',
|
|
|
+ httpFile:'',
|
|
|
orderTypeList: [
|
|
|
{
|
|
|
type: 0,
|