|
|
@@ -13,23 +13,17 @@
|
|
|
</template>
|
|
|
<div style="text-align: center; background-color: #fff; padding: 1rem 0">
|
|
|
<h4 style="margin-bottom: 0.32rem">现货贸易合同(买方).docx</h4>
|
|
|
- <Button type="primary" style="width: 50%" round @click="downloadbuy"
|
|
|
- >下载文档</Button
|
|
|
- >
|
|
|
+ <Button type="primary" style="width: 50%" round @click="downloadbuy">下载文档</Button>
|
|
|
</div>
|
|
|
-
|
|
|
<div style="text-align: center; background-color: #fff; padding: 1rem 0">
|
|
|
<h4 style="margin-bottom: 0.32rem">现货贸易合同(卖方).docx</h4>
|
|
|
- <Button type="primary" style="width: 50%" round @click="downloadsell"
|
|
|
- >下载文档</Button
|
|
|
- >
|
|
|
+ <Button type="primary" style="width: 50%" round @click="downloadsell">下载文档</Button>
|
|
|
</div>
|
|
|
</app-view>
|
|
|
</template>
|
|
|
|
|
|
<script lang="ts" setup>
|
|
|
-import { Tab, Tabs, Button } from "vant";
|
|
|
-import AppHtml from "@mobile/components/base/html-panel/index.vue";
|
|
|
+import { Button } from "vant";
|
|
|
|
|
|
const downloadbuy = () => {
|
|
|
window.open("./html/ht_xh_b.docx");
|