refactor(card-jd-ck): 注释掉账户详情组件
在 card-jd-ck 账户页面中,注释掉了账户详情组件的引用和使用。保留了组件的定义,但暂时不再页面中渲染。
This commit is contained in:
@@ -200,10 +200,10 @@
|
||||
v-model:visible="state.addModalVisible"
|
||||
:account="state.account"
|
||||
/>
|
||||
<account-detail
|
||||
<!-- <account-detail
|
||||
v-model:visible="state.accountDetailVisible"
|
||||
:accountId="state.accountId"
|
||||
/>
|
||||
/> -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -215,7 +215,6 @@ import { onMounted, reactive, ref, watchEffect } from 'vue';
|
||||
import { Notification, TableColumnData } from '@arco-design/web-vue';
|
||||
import AddModal from './components/add-modal.vue';
|
||||
import summaryCard from './summary.tsx';
|
||||
import AccountDetail from './components/detail.vue';
|
||||
import {
|
||||
deleteWalmartCard,
|
||||
downloadDataList,
|
||||
|
||||
Reference in New Issue
Block a user