|
|
|
@ -60,6 +60,7 @@
|
|
|
|
<ContentWrap>
|
|
|
|
<ContentWrap>
|
|
|
|
<el-table v-loading="loading" :data="list" :stripe="true" :show-overflow-tooltip="false">
|
|
|
|
<el-table v-loading="loading" :data="list" :stripe="true" :show-overflow-tooltip="false">
|
|
|
|
<el-table-column label="评论编号" align="center" prop="id" min-width="60" />
|
|
|
|
<el-table-column label="评论编号" align="center" prop="id" min-width="60" />
|
|
|
|
|
|
|
|
<!-- TODO @疯狂:后端貌似没读取? -->
|
|
|
|
<el-table-column label="用户名称" align="center" prop="userNickname" width="80" />
|
|
|
|
<el-table-column label="用户名称" align="center" prop="userNickname" width="80" />
|
|
|
|
<el-table-column label="商品信息" align="center" min-width="210">
|
|
|
|
<el-table-column label="商品信息" align="center" min-width="210">
|
|
|
|
<template #default="scope">
|
|
|
|
<template #default="scope">
|
|
|
|
@ -241,6 +242,7 @@ const openForm = (type: string, id?: number) => {
|
|
|
|
formRef.value.open(type, id)
|
|
|
|
formRef.value.open(type, id)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// TODO @疯狂:要不回复,也搞一个组件出去?
|
|
|
|
/** 回复 **/
|
|
|
|
/** 回复 **/
|
|
|
|
const replyFormRef = ref()
|
|
|
|
const replyFormRef = ref()
|
|
|
|
const replyDialog = reactive({
|
|
|
|
const replyDialog = reactive({
|
|
|
|
|