GuLiMmo
2024-01-16 96898ab7dc36a60d971ac5bd98128cf8a44c0869
更新
1 files modified
3 ■■■■ changed files
src/views/assessment/components/assessorDialog.vue 3 ●●●● patch | view | raw | blame | history
src/views/assessment/components/assessorDialog.vue
@@ -11,7 +11,7 @@
            </template>
            <template #weight="{ row }">
                <el-tag effect="dark" :type="row.weight === -1 ? 'warning' : 'success'">
                    {{ row.scoreVal === -1 ? '暂未设置权重' : row.scoreVal }}
                    {{ row.scoreVal === -1 ? '暂未设置权重' : row.weight }}
                </el-tag>
            </template>
            <template #menu="{ row }">
@@ -200,7 +200,6 @@
            handler() {
                const { type } = this.params.data
                !type ? (this.option.column = this.defaultColumn) : (this.option.column = this.sectionColumn)
                console.log(type);
            },
            deep: true
        }