mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
内部授课评分调整
This commit is contained in:
@@ -64,6 +64,7 @@
|
|||||||
<RightOutlined />
|
<RightOutlined />
|
||||||
</a-button>
|
</a-button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="moreid == 2">
|
<div v-if="moreid == 2">
|
||||||
<a-button @click="handlemoreid()" class="moreidbtn"> 返回
|
<a-button @click="handlemoreid()" class="moreidbtn"> 返回
|
||||||
<UpOutlined />
|
<UpOutlined />
|
||||||
|
|||||||
@@ -621,6 +621,7 @@ export default {
|
|||||||
item.disabled = true
|
item.disabled = true
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
e=''
|
||||||
state.score = ''
|
state.score = ''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -631,6 +632,7 @@ export default {
|
|||||||
item.disabled = false
|
item.disabled = false
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
// console.log(e)
|
||||||
state.searchParam.score = e.toString()
|
state.searchParam.score = e.toString()
|
||||||
}
|
}
|
||||||
const columns = ref([
|
const columns = ref([
|
||||||
|
|||||||
Reference in New Issue
Block a user