管道基础大数据平台系统开发-【前端】-新系統界面
1
Surpriseplus
2022-11-18 462782f4b2ce653e84260ca586a58c8627c4ac9c
src/views/AuthorizationManagement/userRoleAuthorization.vue
@@ -15,7 +15,7 @@
            <el-tree
              :data="depList"
              :props="defaultProps"
              :show-checkbox="true"
              :show-checkbox="false"
              :check-on-click-node="true"
              :check-strictly="true"
              node-key="id"
@@ -201,9 +201,11 @@
        <el-button @click="dialogTableVisible = false">{{
          $t('dataManage.dictionaryManageObj.cancel')
        }}</el-button>
        <el-button type="primary" @click="addConfirm">{{
          $t('dataManage.dictionaryManageObj.confirm')
        }}</el-button>
        <el-button
          style="background: #409eff; border: 1px solid #409eff; color: white"
          @click="addConfirm"
          >{{ $t('dataManage.dictionaryManageObj.confirm') }}</el-button
        >
      </div>
    </el-dialog>
  </div>