修改总览文字

This commit is contained in:
熊丽君
2021-12-16 10:26:29 +08:00
parent 5397d68280
commit 1fa12169d2
5 changed files with 11 additions and 8 deletions

View File

@ -230,7 +230,7 @@ export default {
this.reset()
this.form = Object.assign({}, row)
this.open = true
this.title = '修改用户'
this.title = '修改全年目标'
},
/** 提交按钮 */
submitForm: function () {
@ -256,7 +256,7 @@ export default {
handleDelete(row) {
const userIds = row.userId || this.ids
this.$modal
.confirm('是否确认删除用户编号为"' + userIds + '"的数据项?')
.confirm('是否确认删除编号为"' + userIds + '"的数据项?')
.then(function () {
return delUser(userIds)
})

View File

@ -118,7 +118,7 @@ export default {
/** 删除按钮操作 */
handleDelete(row) {
this.$modal
.confirm('是否确认删除用户编号为"' + row.id + '"的数据项?')
.confirm('是否确认删除编号为"' + row.id + '"的数据项?')
.then(function () {
return rightTwoDel({ id: row.id })
})
@ -132,7 +132,7 @@ export default {
handleExport() {
const queryParams = this.queryParams
this.$modal
.confirm('是否确认导出所有用户数据项?')
.confirm('是否确认导出所有数据项?')
.then(() => {
this.exportLoading = true
return exportUser(queryParams)

View File

@ -177,7 +177,7 @@ export default {
this.reset()
this.form = Object.assign({}, row)
this.open = true
this.title = '修改用户'
this.title = '修改装药量概况'
},
/** 提交按钮 */
submitForm: function () {
@ -203,7 +203,7 @@ export default {
handleDelete(row) {
const userIds = row.userId || this.ids
this.$modal
.confirm('是否确认删除用户编号为"' + userIds + '"的数据项?')
.confirm('是否确认删除编号为"' + userIds + '"的数据项?')
.then(function () {
return delUser(userIds)
})

View File

@ -0,0 +1,3 @@
<template>
<div>page4</div>
</template>

View File

@ -34,8 +34,8 @@ module.exports = {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
// target: `http://localhost:1818`,
// target: `http://120.26.107.74:1818`,
target: `http://192.168.0.115:1818`,
target: `http://120.26.107.74:1818`,
// target: `http://192.168.0.115:1818`,
// target: `http://124.70.138.50:1818`,
changeOrigin: true,
pathRewrite: {