提交 80ba322e authored 作者: matian's avatar matian

updates

上级 3af66558
...@@ -67,12 +67,12 @@ getSuggestionDetail({ id: props.id }).then(res => { ...@@ -67,12 +67,12 @@ getSuggestionDetail({ id: props.id }).then(res => {
> >
<el-form :model="form" ref="ruleFormRef" :rules="rules" label-width="100px"> <el-form :model="form" ref="ruleFormRef" :rules="rules" label-width="100px">
<el-row> <el-row>
<el-col :span="10"> <el-col :span="9">
<el-form-item label="投诉建议人:" prop="sso_id_name"> <el-form-item label="投诉建议人:" prop="sso_id_name">
{{ form.sso_id_name }} {{ form.sso_id_name }}
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="10"> <el-col :span="15">
<el-form-item label="提交时间:" prop="created_time"> {{ form.created_time }} </el-form-item> <el-form-item label="提交时间:" prop="created_time"> {{ form.created_time }} </el-form-item>
</el-col> </el-col>
<el-divider border-style="dashed" /> <el-divider border-style="dashed" />
......
...@@ -118,7 +118,7 @@ const handleFresh = () => { ...@@ -118,7 +118,7 @@ const handleFresh = () => {
>处理</el-link >处理</el-link
> >
<el-link type="primary" plain @click="handleDeal(row)" v-permission="'v1-backend-suggestion-view'" v-else> <el-link type="primary" plain @click="handleDeal(row)" v-permission="'v1-backend-suggestion-view'" v-else>
查看'</el-link 查看</el-link
> >
</el-space> </el-space>
</template> </template>
......
...@@ -220,8 +220,6 @@ const getDetail = () => { ...@@ -220,8 +220,6 @@ const getDetail = () => {
} }
const assembleData = () => { const assembleData = () => {
questionList.value = questionData.value.questions.question_items questionList.value = questionData.value.questions.question_items
console.log(questionData.value, 'questionData.value')
console.log(questionList.value, ' questionList.value')
questionList.value.forEach((item: any) => { questionList.value.forEach((item: any) => {
const score = questionData.value.score_item[item.question_item_id] const score = questionData.value.score_item[item.question_item_id]
// 用户答案 // 用户答案
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论