|
@@ -216,12 +216,14 @@
|
|
|
<template #prepend>积分</template>
|
|
|
</el-input>
|
|
|
</el-col>
|
|
|
- <el-col :span="event_review_point > 0 ? 14 : 19" >
|
|
|
+ <el-col :span="event_review_point > 0 ? 18 : 24" >
|
|
|
<el-input :size=" event_review_point > 0 ? 'small' : 'medium'" v-model="currentItem.comment" maxlength="50" show-word-limit clearable >
|
|
|
<template #prepend>备注</template>
|
|
|
</el-input>
|
|
|
</el-col>
|
|
|
- <el-col :span="event_review_point > 0 ? 4 : 5">
|
|
|
+ </el-row>
|
|
|
+ <el-row type="flex" justify="end" style="margin-bottom: 10px;">
|
|
|
+ <el-col :span="6" style="text-align: end">
|
|
|
<el-button-group>
|
|
|
<el-button :size=" event_review_point > 0 ? 'small' : 'medium'" type="warning" @click="disagree" :disabled="loading">驳回</el-button>
|
|
|
<el-button :size=" event_review_point > 0 ? 'small' : 'medium'" type="primary" :disabled="!websocketAuth" :loading="loading" @click="agree">通过</el-button>
|