|
@@ -53,11 +53,11 @@
|
|
|
<vxe-column field="code" title="模板编号" width="200"></vxe-column>
|
|
|
<vxe-column field="name" title="模板标题" min-width="200"></vxe-column>
|
|
|
<vxe-column field="isContainsPracticeDes" title="是否包含习题" width="150"></vxe-column>
|
|
|
- <vxe-column field="status" title="状态" width="160">
|
|
|
+ <!-- <vxe-column field="status" title="状态" width="160">
|
|
|
<template #default="{ row }">
|
|
|
<el-switch v-model="row.status" />
|
|
|
</template>
|
|
|
- </vxe-column>
|
|
|
+ </vxe-column> -->
|
|
|
<vxe-column field="creatorName" title="创建人" width="150"></vxe-column>
|
|
|
<vxe-column field="creatorOrgName" title="创建部门" width="150"></vxe-column>
|
|
|
<vxe-column field="creationTime" title="创建时间" width="160">
|