This commit is contained in:
zk
2023-12-22 17:15:26 +08:00
parent b9f2b3b521
commit 22a4132300
4 changed files with 77 additions and 76 deletions
+2 -2
View File
@@ -22,11 +22,11 @@
<a-select
placeholder="选择单位"
v-model:value="orgCode"
class="type-select"
class="type-select bg-000"
:options="option"
:field-names="fieldNames"
></a-select>
<a-select placeholder="选择时间范围" v-model:value="type" class="type-select" :options="timeRangeOption"></a-select>
<a-select placeholder="选择时间范围" v-model:value="type" class="type-select bg-000" :options="timeRangeOption"></a-select>
</template>
</SecondMap>
</div>