fangyuan
2022-12-16 9ff66017debadfc89bc0c1b796684a4d1dbe2bc3
src/views/systemSetting/device/grid/components/main/index.vue
@@ -25,8 +25,6 @@
              <span>{{filterRole(scope.row.roles)}}</span>
            </template>
          </el-table-column>
          <!-- <el-table-column prop="departName" label="所属部门" min-width="8">
          </el-table-column> -->
          <el-table-column prop="jobTitle" label="所属职务" min-width="8">
          </el-table-column>
          <el-table-column prop="createTime" label="创建时间" min-width="10">
@@ -352,7 +350,7 @@
<style lang="scss" scoped>
.mainContent {
  display: flex;
  justify-content: start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  .grid-content {