按钮级别的新版本,多级别的组织架构
loulijun2021
2023-08-23 6e940f67eabe8ae168124dafac6b7430d17c2432
src/views/basicSettings/groupList.vue
@@ -14,10 +14,10 @@
          style="display: flex;"
        >
          <div class="elForm">
            <el-form-item label="组织编码" style=" display: flex;">
            <el-form-item label="班组编码" style=" display: flex;">
              <el-input v-model="form.storg_code" placeholder="请输入" style="width: 200px" />
            </el-form-item>
            <el-form-item label="组织名称" style=" display: flex;">
            <el-form-item label="班组名称" style=" display: flex;">
              <el-input v-model="form.storg_name" placeholder="请输入" style="width: 200px" />
            </el-form-item>
          </div>
@@ -74,7 +74,7 @@
          </el-table-column>
          <el-table-column
            prop="description"
            label="班组名称"
            label="描述"
            sortable="custom"
          >
            <template slot-scope="{row}">