提交 903d7d80 authored 作者: lidongxu's avatar lidongxu

refactor(promotion/plan): 编辑文字改为变更

上级 0c8bfebd
......@@ -82,7 +82,7 @@
link
:disabled="!selectableFn(scope.row)"
@click="editFn(scope.row)">
编辑
变更
</el-button>
<el-button type="danger"
link
......@@ -417,8 +417,8 @@ const editFn = (row) => {
addOrEditPlanVisible.value = true
}
/*************** 新增/改计划弹框 ***************/
// 新增/编辑计划表单弹框
/*************** 新增/改计划弹框 ***************/
// 新增/更改计划表单弹框
const addOrEditPlanVisible = ref(false)
const addOrEditPlanForm = ref({})
const activityModeList = ref(PROMOTION_ACTIVITY_MODE_LIST) // 活动模式
......@@ -587,7 +587,7 @@ const selEmployee = () => {
}
// 保存新增/编辑计划
// 保存新增/更改计划
const handleAddOrEditPlan = async () => {
// 表单校验
await proxy.$refs.addOrEditPlanRef.validate()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论