Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何配置columns #76

Open
lqz1995 opened this issue Apr 24, 2024 · 2 comments
Open

如何配置columns #76

lqz1995 opened this issue Apr 24, 2024 · 2 comments

Comments

@lqz1995
Copy link

lqz1995 commented Apr 24, 2024

No description provided.

@haideguodu311
Copy link





这样配置列是可以的,但是不知道怎么调整排列顺序

@haideguodu311
Copy link

<wlGantt ref="wl-gantt"
      lazy
      :key="currentProject"
      :edit="false"
      use-real-time
      use-index-column
      :end-date="endDate"
      :start-date="startDate"
      date-type="monthAndDay"
      :data="ganttData">
      <el-table-column fixed width="80" prop="taskType" label="任务类型"></el-table-column>
      <el-table-column fixed width="60" prop="createBy" label="负责人"></el-table-column>
  </wlGantt>

@hql7 大佬,自定义列顺序怎么搞呢,把任务类型和负责人放在序号后面,名称前面

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants