|
@@ -3,7 +3,7 @@
|
|
|
<el-row>
|
|
|
<el-col :span="24" class="main animate__animated animate__backInRight">
|
|
|
<el-col :span="24" class="one">
|
|
|
- <data-table @query="search" :fields="fields" :opera="opera" :data="list" :total="total" @view="toView" @confirm="toConfirm">
|
|
|
+ <data-table @query="search" :fields="fields" :opera="opera" :data="list" :total="total" @view="toView">
|
|
|
<template #options="{ item }">
|
|
|
<template v-if="item.prop == 'status_name'">
|
|
|
<el-option v-for="item in statusList" :key="item.label" :label="item.label" :value="item.label"></el-option>
|
|
@@ -59,6 +59,7 @@ export default {
|
|
|
money: '3344',
|
|
|
receive_user_phone: '98765432109',
|
|
|
receive_address: '翻斗大街翻斗花园2号楼1001室',
|
|
|
+ order: [],
|
|
|
},
|
|
|
{
|
|
|
order_num: 'Hgj4757945hdFueu',
|