Commit c180f521 authored by zhengke's avatar zhengke

修改

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