This commit is contained in:
weipengfei 2024-05-18 09:12:34 +08:00
parent 05ef31fdbe
commit 9836c4acc9
2 changed files with 0 additions and 13 deletions

View File

@ -4,12 +4,6 @@
<el-tabs v-model="activeName" class="demo-tabs" @tab-change="tabChange">
<el-tab-pane label="概况" name="detail">
<el-descriptions class="margin-top" :column="4" border>
<<<<<<< HEAD
<!-- <template #extra>
<el-button type="primary">Operation</el-button>
</template> -->
=======
>>>>>>> 1f12492c0c5a598c6a3a40a6943f3335aff92557
<el-descriptions-item :span="4" label="单据编号">
{{ form.number }}
</el-descriptions-item>
@ -59,10 +53,7 @@
<script lang="ts" setup name="opurchaseclassDetail">
import { usePaging } from "@/hooks/usePaging";
<<<<<<< HEAD
import { useDictData } from "@/hooks/useDictOptions";
=======
>>>>>>> 1f12492c0c5a598c6a3a40a6943f3335aff92557
import {
apiOpurchaseclassLists,
apiOpurchaseclassDelete,

View File

@ -133,11 +133,7 @@ const handleAdd = async () => {
const handleDetail = async (data: any) => {
console.log(data);
router.push({
<<<<<<< HEAD
path: 'detail',
=======
path: 'transDetail',
>>>>>>> 1f12492c0c5a598c6a3a40a6943f3335aff92557
query: {
id: data.id
}