Commit c180f521 authored by zhengke's avatar zhengke

修改

parent 074707f3
......@@ -308,7 +308,7 @@
</div>
</q-td>
</template>
<template v-slot:body-cell-optioned="props">
<template v-slot:body-cell-optioned="props" v-if="isShowBtn">
<q-td :props="props" style="width:130px;">
<q-btn flat size="xs" icon="edit" color="accent" style="font-weight:400;display:none;" label="编辑"
@click="getInfo(props.row)">
......@@ -489,7 +489,7 @@
</q-banner>
</q-popup-proxy>
</i>
<i v-if="!item.IsEndDate" class="iconfont icon-guanbi Less_Close" style="margin-left:5px;"
<i v-if="!item.IsEndDate&&isShowBtn" class="iconfont icon-guanbi Less_Close" style="margin-left:5px;"
@click.stop="delInfo(item)"></i>
</div>
</div>
......@@ -775,6 +775,7 @@
}
if(this.isShowMyBtn==1){
this.isShowBtn=false;
this.columns.pop();
}
},
mounted() {
......
......@@ -68,12 +68,9 @@
methods: {
goUrl(item) {
if (item.ClassType === 1) {
this.$router.push({
path: "../../classroom/courseInfo",
query: {
id: item.Id
}
})
this.OpenNewUrl("../../classroom/courseInfo", {
id: item.Id
});
}
}
}
......
......@@ -130,12 +130,9 @@
},
//跳转到课程回顾
goCourseRecord(item) {
this.$router.push({
path: "../../classroom/courseInfo",
query: {
id: item.Id
}
})
this.OpenNewUrl("../../classroom/courseInfo", {
id: item.Id
});
}
}
}
......
......@@ -27,7 +27,7 @@
</el-option>
</el-select>
</div>
<div class="col-2">
<div class="col-4">
<q-btn color="accent" size="sm" class="q-mr-md" style="margin-top:2px;" @click="exchangeType" :label="typeName" />
<q-btn color="negative" size="sm" label="调课申请" @click="openForm"></q-btn>
</div>
......
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