spring
2 天以前 1b6a698d779bb7c6c32df9faec538c4682597a83
src/views/productionManagement/processRoute/processRouteItem/index.vue
@@ -1,7 +1,7 @@
<template>
  <div class="app-container">
    <div class="operate-button">
      <div style="margin-bottom: 15px;">
    <PageHeader content="工艺路线项目">
      <template #right-button>
        <el-button
            type="primary"
            @click="isShowProductSelectDialog = true"
@@ -9,16 +9,16 @@
          选择产品
        </el-button>
        <el-button type="primary" @click="handleSubmit">确认</el-button>
      </div>
      <el-switch
          v-model="isTable"
          inline-prompt
          active-text="表格"
          inactive-text="列表"
          @change="handleViewChange"
      />
    </div>
        <el-switch
            v-model="isTable"
            inline-prompt
            active-text="表格"
            inactive-text="列表"
            @change="handleViewChange"
            style="margin-left: 10px;"
        />
      </template>
    </PageHeader>
    <el-table
        v-if="isTable"
        ref="multipleTable"
@@ -404,11 +404,6 @@
  padding: 0 !important;
}
.operate-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* 修改:自定义步骤条容器样式 */
.custom-steps {