mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 15:26:48 +08:00
style:打开面授课列表/评估列表管理按钮
This commit is contained in:
@@ -436,7 +436,7 @@
|
|||||||
查看
|
查看
|
||||||
</div>
|
</div>
|
||||||
<!-- 2022-12-11注释 后面放开 -->
|
<!-- 2022-12-11注释 后面放开 -->
|
||||||
<!--
|
|
||||||
<div class="jc"
|
<div class="jc"
|
||||||
@click="
|
@click="
|
||||||
() => {
|
() => {
|
||||||
@@ -456,7 +456,7 @@
|
|||||||
style="display: inline-block; margin-left: 20px"
|
style="display: inline-block; margin-left: 20px"
|
||||||
>
|
>
|
||||||
管理
|
管理
|
||||||
</div>-->
|
</div>
|
||||||
<div class="jc" @click="
|
<div class="jc" @click="
|
||||||
() => {
|
() => {
|
||||||
handleCopy(record, String(record.courseform));
|
handleCopy(record, String(record.courseform));
|
||||||
@@ -556,7 +556,7 @@
|
|||||||
" style="display: inline-block; margin-left: 20px">
|
" style="display: inline-block; margin-left: 20px">
|
||||||
编辑
|
编辑
|
||||||
</div>
|
</div>
|
||||||
<!-- 2022-12-10注释 后面放开
|
<!-- 2022-12-10注释 后面放开 -->
|
||||||
|
|
||||||
<div class="jc"
|
<div class="jc"
|
||||||
@click="
|
@click="
|
||||||
@@ -577,7 +577,7 @@
|
|||||||
style="display: inline-block; margin-left: 20px"
|
style="display: inline-block; margin-left: 20px"
|
||||||
>
|
>
|
||||||
管理
|
管理
|
||||||
</div> -->
|
</div>
|
||||||
<div class="jc" @click="
|
<div class="jc" @click="
|
||||||
() => {
|
() => {
|
||||||
handleCopy(record, String(record.courseform));
|
handleCopy(record, String(record.courseform));
|
||||||
|
|||||||
@@ -459,7 +459,6 @@ export default {
|
|||||||
<div class="operation">
|
<div class="operation">
|
||||||
{value.state === "2" ? (
|
{value.state === "2" ? (
|
||||||
<div class="fb">
|
<div class="fb">
|
||||||
{/**
|
|
||||||
<div class="jc"
|
<div class="jc"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
handleToManagepage(value, "/managepage");
|
handleToManagepage(value, "/managepage");
|
||||||
@@ -467,7 +466,7 @@ export default {
|
|||||||
>
|
>
|
||||||
管理
|
管理
|
||||||
</div>
|
</div>
|
||||||
*/}
|
|
||||||
<div
|
<div
|
||||||
class="jc"
|
class="jc"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user