|
@@ -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']"-->
|
|
|
- <!-->删除</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();
|