Browse Source

培训模板、计划列表更改

zjq 2 weeks ago
parent
commit
1d4a6f31cd

+ 2 - 2
src/views/examTrain/train/plan/index.vue

@@ -59,11 +59,11 @@
 							{{ formatDate(row.trainEndTime, 'YYYY-mm-dd HH:MM:SS') }}
 						</template>
 					</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">

+ 2 - 2
src/views/examTrain/train/template/index.vue

@@ -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">