zhouwx
2024-07-05 c293e8f2c2c8f1eae95b0255a8745456963511d2
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>