|
|
@@ -10,7 +10,6 @@
|
|
|
<!-- 资金信息 -->
|
|
|
<a-select class="capitalSelect"
|
|
|
style="width: 180px"
|
|
|
- v-if="!isCapitalLeft"
|
|
|
@change="accountChange"
|
|
|
v-model:value="selectedAccountId">
|
|
|
<a-select-option v-for="item in getAllTaAccount()"
|
|
|
@@ -76,7 +75,7 @@ export default defineComponent({
|
|
|
// 控制资金面板是否显示在左边
|
|
|
const isCapitalLeft = ref<boolean>(true);
|
|
|
initData(() => {
|
|
|
- if (isOemByEnum(OemType.wrspot) || isOemByEnum(OemType.tian_jing_mai_dun)) {
|
|
|
+ if (isOemByEnum(OemType.wrspot)) {
|
|
|
isCapitalLeft.value = false;
|
|
|
}
|
|
|
});
|