|
@@ -18,7 +18,7 @@
|
|
|
<ws-option v-for="item in persionList" :key="item.staffName" :label="item.staffName" :value="item.staffName"
|
|
|
style="color: #8890b1" />
|
|
|
</ws-select>
|
|
|
- <span style="width: 142px; display: inline-block; color: #8890b1">状态:</span>
|
|
|
+ <span style="width: 142px; display: inline-block; color: #8890b1;margin-left: 5px;">状态:</span>
|
|
|
<ws-select v-model="searchTypeText" placeholder="" class="typeselect" @change="selecttaskType"
|
|
|
:value="searchType">
|
|
|
<ws-option v-for="item in taskTypeList" :key="item.value" :label="item.value" :value="item.value"
|