Commit 284bebd8 authored by 张伯涛's avatar 张伯涛

修改

parent 633f5e79
...@@ -78,7 +78,7 @@ export const constantRoutes = [ ...@@ -78,7 +78,7 @@ export const constantRoutes = [
path: '/reSetPsw/index', path: '/reSetPsw/index',
name: 'reSetPswDetail', name: 'reSetPswDetail',
component: () => import('@/views/reSetPsw.vue'), component: () => import('@/views/reSetPsw.vue'),
meta: { title: '修改密码', icon: 'dashboard' } meta: { title: '修改密码;Modify Password', icon: 'dashboard' }
}] }]
}, },
/* { /* {
......
...@@ -475,7 +475,7 @@ export default { ...@@ -475,7 +475,7 @@ export default {
handleStatusChange(row) { handleStatusChange(row) {
const text = row.flag === '1' ? '启用' : '停用' const text = row.flag === '1' ? '启用' : '停用'
// this.$confirm('确认要"' + text + '""' + row.dictName + '"吗?', '提示', { // this.$confirm('确认要"' + text + '""' + row.dictName + '"吗?', '提示', {
this.$confirm('是否确认"' + text + '"所选数据?', '警告', { this.$confirm('是否确认"' + text + '"所选数据?', '提示', {
confirmButtonText: '确定 Confirm', confirmButtonText: '确定 Confirm',
cancelButtonText: '取消 Cancel', cancelButtonText: '取消 Cancel',
type: 'warning' type: 'warning'
...@@ -588,7 +588,7 @@ export default { ...@@ -588,7 +588,7 @@ export default {
/** 删除按钮操作 */ /** 删除按钮操作 */
handleDelete(row) { handleDelete(row) {
const dictIds = row.businessId || this.ids const dictIds = row.businessId || this.ids
this.$confirm('是否确认删除字典编号为"' + dictIds + '"的数据项?', '警告', { this.$confirm('是否确认删除字典编号为"' + dictIds + '"的数据项?', '提示', {
confirmButtonText: '确定 Confirm', confirmButtonText: '确定 Confirm',
cancelButtonText: '取消 Cancel', cancelButtonText: '取消 Cancel',
cancelButtonClass: 'btn-custom-cancel', cancelButtonClass: 'btn-custom-cancel',
...@@ -603,7 +603,7 @@ export default { ...@@ -603,7 +603,7 @@ export default {
/** 导出按钮操作 */ /** 导出按钮操作 */
handleExport() { handleExport() {
const queryParams = this.queryParams const queryParams = this.queryParams
this.$confirm('是否确认导出所有类型数据项?', '警告', { this.$confirm('是否确认导出所有类型数据项?', '提示', {
confirmButtonText: '确定 Confirm', confirmButtonText: '确定 Confirm',
cancelButtonText: '取消 Cancel', cancelButtonText: '取消 Cancel',
type: 'warning' type: 'warning'
......
...@@ -945,8 +945,8 @@ export default { ...@@ -945,8 +945,8 @@ export default {
// 用户状态修改 // 用户状态修改
handleStatusChange(row) { handleStatusChange(row) {
const text = row.flag === '1' ? '启用' : '停用' const text = row.flag === '1' ? '启用' : '停用'
// this.$confirm('确认要"' + text + '""' + row.username + '"用户吗?', '警告', { // this.$confirm('确认要"' + text + '""' + row.username + '"用户吗?', '提示', {
this.$confirm('是否确认"' + text + '"所选数据?', '警告', { this.$confirm('是否确认"' + text + '"所选数据?', '提示', {
confirmButtonText: '确定 Confirm', confirmButtonText: '确定 Confirm',
cancelButtonText: '取消 Cancel', cancelButtonText: '取消 Cancel',
cancelButtonClass: 'btn-custom-cancel', cancelButtonClass: 'btn-custom-cancel',
...@@ -1172,7 +1172,7 @@ export default { ...@@ -1172,7 +1172,7 @@ export default {
/** 导出按钮操作 */ /** 导出按钮操作 */
handleExport() { handleExport() {
const queryParams = this.queryParams const queryParams = this.queryParams
this.$confirm('是否确认导出所有用户信息?', '警告', { this.$confirm('是否确认导出所有用户信息?', '提示', {
confirmButtonText: '确定 Confirm', confirmButtonText: '确定 Confirm',
cancelButtonText: '取消 Cancel', cancelButtonText: '取消 Cancel',
cancelButtonClass: 'btn-custom-cancel', cancelButtonClass: 'btn-custom-cancel',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment