Commit 27144fd5 authored by 高滢's avatar 高滢

feat(评审): 报错

parent afc520dc
...@@ -8,15 +8,15 @@ ...@@ -8,15 +8,15 @@
padding: 5px 10px; padding: 5px 10px;
font-size: 15px; font-size: 15px;
background-color: #e9e9e9; background-color: #e9e9e9;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
" "
> >
<span style=" font-weight: bold;">查看评审(+ {{ formatAction(this.pageData) }}</span> <span style=" font-weight: bold;">查看评审(+ {{ formatAction(this.pageData) }}</span>
<span style="margin-right: 150px;font-size: 13px;">参与评审人员: {{ this.pageData.reviewer }}</span> <span style="margin-right: 150px;font-size: 13px;">参与评审人员: {{ this.pageData.reviewer }}</span>
</div> </div>
<div style="padding: 0 20px;"> <div style="padding: 0 20px;">
<div class="title"> <div class="title">
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
</span> </span>
</div> </div>
<div <div
v-if="pageData.operationSort == 'ADD_DETAILS' v-if="pageData.operationSort == 'ADD_DETAILS'
|| pageData.operationSort == 'DELETE_DETAILS' || pageData.operationSort == 'DELETE_DETAILS'
|| pageData.operationSort == 'ADD_SCENE' || pageData.operationSort == 'ADD_SCENE'
|| pageData.operationSort == 'DELETE_SCENE'" || pageData.operationSort == 'DELETE_SCENE'"
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
</span> </span>
</div> </div>
<div <div
v-if=" pageData.operationSort == 'ADD_SCENE' v-if=" pageData.operationSort == 'ADD_SCENE'
|| pageData.operationSort == 'DELETE_SCENE' " || pageData.operationSort == 'DELETE_SCENE' "
style="display: flex; width: 100%; margin-top: 20px" style="display: flex; width: 100%; margin-top: 20px"
> >
...@@ -362,7 +362,7 @@ ...@@ -362,7 +362,7 @@
</template> </template>
<script> <script>
import page from '@/mixins/page' // import page from '@/mixins/page'
import MessageItem from '@/components/MessageItem' import MessageItem from '@/components/MessageItem'
import request from '@/utils/request' import request from '@/utils/request'
import { import {
...@@ -377,7 +377,7 @@ export default { ...@@ -377,7 +377,7 @@ export default {
MessageItem MessageItem
// 'yan-dialog': dialog // 'yan-dialog': dialog
}, },
mixins: [page], // mixins: [page],
dicts: ['sys_scene_type', 'review_status'], dicts: ['sys_scene_type', 'review_status'],
data() { data() {
return { return {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment