loulijun2021
2022-12-20 b58dc818feacbfc6bf01453b0db8ad3306c8d6dd
src/views/jcsz/jsqd.vue
@@ -6,7 +6,9 @@
        <el-button type="primary" icon="el-icon-circle-plus-outline" @click="add('add')">新增</el-button>
        <div style="display: flex">
          <el-tooltip class="item" effect="dark" content="角色类型数据维护" placement="top">
          <el-button icon="el-icon-setting" @click="settingButton">设置</el-button>
          </el-tooltip>
          <el-button icon="el-icon-download" @click="upload">导入</el-button>
        </div>
      </div>
@@ -86,18 +88,21 @@
            prop="role_code"
            label="角色编码"
            sortable="custom"
            show-tooltip-when-overflow
            min-width="110"
          />
          <el-table-column
            prop="role_name"
            label="角色名称"
            sortable="custom"
            show-tooltip-when-overflow
            min-width="110"
          />
          <el-table-column
            prop="roletype_name"
            label="角色类型"
            sortable="custom"
            show-tooltip-when-overflow
            min-width="110"
          />
          <el-table-column
@@ -117,6 +122,7 @@
            label="创建人员"
            sortable="custom"
            width="110"
            show-tooltip-when-overflow
          >
            <template slot-scope="{row}">
              <div v-if="row.lm_user===null">/</div>
@@ -126,12 +132,14 @@
          <el-table-column
            prop="lm_date"
            label="创建时间"
            show-tooltip-when-overflow
            width="160"
            sortable="custom"
          />
          <el-table-column
            prop="is_user"
            label="关联用户"
            show-tooltip-when-overflow
            width="120"
            sortable="custom"
          >
@@ -154,6 +162,7 @@
            prop="is_right"
            label="分配权限"
            sortable="custom"
            show-tooltip-when-overflow
            width="120"
          >
            <template slot-scope="{row}">
@@ -284,6 +293,7 @@
        <el-table-column
          prop="roletype_code"
          label="类型编码"
          show-tooltip-when-overflow
          sortable="custom"
        >
          <template slot-scope="{row}">
@@ -294,6 +304,7 @@
        <el-table-column
          prop="roletype_name"
          label="类型名称"
          show-tooltip-when-overflow
          sortable="custom"
        >
          <template slot-scope="{row}">