|
@@ -1,5 +1,6 @@
|
|
|
<template>
|
|
|
- <el-dialog title="订单详情" :visible.sync="dialogVisible" width="50%" top="7vh" v-loading="loading" :destroy-on-close="true">
|
|
|
+ <el-dialog title="订单详情" :visible.sync="dialogVisible" width="50%" top="7vh" v-loading="loading"
|
|
|
+ :destroy-on-close="true">
|
|
|
<el-form :model="form" :label-position="formLabelWidth" label-width="120px" size="mini" class="form-wrap">
|
|
|
<el-form-item label="下单时间">
|
|
|
<el-input v-model="form.paidAt" disabled></el-input>
|
|
@@ -29,7 +30,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import BaseTable from "./Table/BaseTable.vue"
|
|
|
+import BaseTable from "./order-BaseTable.vue"
|
|
|
export default {
|
|
|
name: 'showDialog',
|
|
|
components: { BaseTable, },
|