zhongtianhaoyuan 2 anni fa
parent
commit
b892bd4b6a

+ 1 - 1
src/views/contractManagement/acquisitionContract.vue

@@ -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"

+ 1 - 1
src/views/contractManagement/collectionContract.vue

@@ -16,7 +16,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: 150px; display: inline-block; color: #8890b1">状态:</span>
+        <span style="width: 150px; 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"

+ 1 - 1
src/views/contractManagement/purchaseContract.vue

@@ -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: 150px; display: inline-block; color: #8890b1">状态:</span>
+        <span style="width: 150px; 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"

+ 1 - 1
src/views/contractManagement/salesContract.vue

@@ -19,7 +19,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: 150px; display: inline-block; color: #8890b1">状态:</span>
+        <span style="width: 150px; 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"

+ 1 - 1
src/views/contractManagement/storageContract.vue

@@ -16,7 +16,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: 150px; display: inline-block; color: #8890b1">状态:</span>
+        <span style="width: 150px; 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"