| src/views/assessment/components/assessorDialog.vue | ●●●●● 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 }