From e8e49938910bd0d627f1d8cf6dd0eaed01050871 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Tue, 09 Jul 2024 09:30:12 +0800
Subject: [PATCH] 题目题库
---
src/views/onlineEducation/systemManage/company/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/onlineEducation/systemManage/company/index.vue b/src/views/onlineEducation/systemManage/company/index.vue
index c21e81c..abdef60 100644
--- a/src/views/onlineEducation/systemManage/company/index.vue
+++ b/src/views/onlineEducation/systemManage/company/index.vue
@@ -23,7 +23,7 @@
<el-button link type="primary">查看详情</el-button>
</template>
</el-table-column>
- <el-table-column label="操作" align="center" class-name="small-padding fixed-width" >
+ <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="200" >
<template #default="scope">
<el-button link type="primary" @click="openDialog('distribute',scope.row)">分配课时</el-button>
<el-button link type="primary" @click="openDialog('edit',scope.row)">编辑</el-button>
--
Gitblit v1.9.2