|
@@ -30,7 +30,7 @@
|
|
style="width: 100%"
|
|
style="width: 100%"
|
|
>
|
|
>
|
|
<el-option
|
|
<el-option
|
|
- v-for="dict in dict.type.tourism_orderRefund_status"
|
|
|
|
|
|
+ v-for="dict in dict.type.tourism_contentManagement_status"
|
|
:key="dict.value"
|
|
:key="dict.value"
|
|
:label="dict.label"
|
|
:label="dict.label"
|
|
:value="dict.value"
|
|
:value="dict.value"
|
|
@@ -62,10 +62,10 @@
|
|
<el-table-column label="提交时间" align="center" key="createTime" prop="createTime" v-if="columns[3].visible" :show-overflow-tooltip="true" />
|
|
<el-table-column label="提交时间" align="center" key="createTime" prop="createTime" v-if="columns[3].visible" :show-overflow-tooltip="true" />
|
|
<el-table-column label="状态" align="center" key="status" prop="status" v-if="columns[4].visible" :show-overflow-tooltip="true">
|
|
<el-table-column label="状态" align="center" key="status" prop="status" v-if="columns[4].visible" :show-overflow-tooltip="true">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <dict-tag :options="dict.type.tourism_ticketOrders_source" :value="scope.row.status"/>
|
|
|
|
|
|
+ <dict-tag :options="dict.type.tourism_contentManagement_status" :value="scope.row.status"/>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="审核时间" align="center" key="refundTime" prop="refundTime" v-if="columns[5].visible" :show-overflow-tooltip="true" />
|
|
|
|
|
|
+ <el-table-column label="审核时间" align="center" key="updateTime" prop="updateTime" v-if="columns[5].visible" :show-overflow-tooltip="true" />
|
|
<el-table-column label="点赞量(人/次)" align="center" key="praiseNum" prop="praiseNum" v-if="columns[6].visible" :show-overflow-tooltip="true" />
|
|
<el-table-column label="点赞量(人/次)" align="center" key="praiseNum" prop="praiseNum" v-if="columns[6].visible" :show-overflow-tooltip="true" />
|
|
<el-table-column
|
|
<el-table-column
|
|
label="操作"
|
|
label="操作"
|
|
@@ -113,10 +113,10 @@
|
|
delTableParamsApi,
|
|
delTableParamsApi,
|
|
updateTableApi
|
|
updateTableApi
|
|
} from "@/api/CURD";
|
|
} from "@/api/CURD";
|
|
- import detailsBox from "./detailsBox/ticketRefundOrderDetails.vue"
|
|
|
|
|
|
+ import detailsBox from "./detailsBox/contentManagementDetails.vue"
|
|
export default {
|
|
export default {
|
|
name: "User",
|
|
name: "User",
|
|
- dicts: ['tourism_orderRefund_status','tourism_ticketOrders_source'],
|
|
|
|
|
|
+ dicts: ['tourism_contentManagement_status'],
|
|
components: {detailsBox},
|
|
components: {detailsBox},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|