Commit 449c700b authored by 黄奎's avatar 黄奎

页面修改

parent 88c40553
......@@ -250,7 +250,7 @@
<div class="List-bt">
<strong class="f1">
<template v-if="!gItem.isShowEdit">{{gIndex+1}}&nbsp;{{gItem.GroupName}}
(共{{gItem.DetailsList.length}}题,{{gItem.GScore}}分)</template>
(共{{ gItem.DetailsList?gItem.DetailsList.length:0 }}题,{{gItem.GScore}}分)</template>
<template v-else>
<input style="width:160px;margin-right:10px;" v-model="gItem.GroupName" />
<input style="width:40px;" filled v-model="gItem.GScore" @input="changeGroupScore(gItem)" />
......@@ -625,7 +625,7 @@
let msg = {
GId: item.GId,
QuestionTypeId: item.QuestionTypeId,
PaperId:this.msg.PaperId,
PaperId: this.msg.PaperId,
}
DeletePaperGroup(msg).then(res => {
if (res.Code == 1) {
......
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