Browse Source

Merge branch '添加导入权限按钮' of sckj/mz-cloud into master

sckj 1 day ago
parent
commit
53a121bce8
1 changed files with 8 additions and 8 deletions
  1. 8 8
      ruoyi-ui-gljt/src/views/gljt/gljtLr/index.vue

+ 8 - 8
ruoyi-ui-gljt/src/views/gljt/gljtLr/index.vue

@@ -251,13 +251,13 @@
                 v-hasPermi="['gljt:admin:remove']"
               >清除
               </el-button>
-              <!--<el-button-->
-              <!--size="mini"-->
-              <!--type="text"-->
-              <!--icon="el-icon-delete"-->
-              <!--@click="handleDelete(scope.row,scope.$index)"-->
-              <!--v-hasPermi="['gljt:gljtLr:remove']"-->
-              <!--&gt;删除</el-button>-->
+              <el-button
+              size="mini"
+              type="text"
+              icon="el-icon-delete"
+              @click="handleDelete(scope.row,scope.$index)"
+              v-hasPermi="['gljt:temp:exprot']"
+              >删除</el-button>
             </template>
           </el-table-column>
         </el-table>
@@ -1010,7 +1010,7 @@
       handleDelete(row, index) {
         const ids = row.id || this.ids;
         const xh = (this.queryParams.pageNum - 1) * this.queryParams.pageSize + index + 1;
-        this.$modal.confirm('确认删除' + this.changeDelData(row, 'id', 'ID值', xh) + '的记录?').then(function () {
+        this.$modal.confirm('确认删除' + this.changeDelData(row, 'sqrXm', '姓名', xh) + '的记录?').then(function () {
           return delGljtLr(ids);
         }).then(() => {
           this.getList();