zhouwx
2024-06-21 368096e3b5e0b7ee16fc549db38b22bb866c9ed7
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>