diff --git a/src/views/activityManage/activity.vue b/src/views/activityManage/activity.vue index 7be97bf..b5e58fb 100644 --- a/src/views/activityManage/activity.vue +++ b/src/views/activityManage/activity.vue @@ -85,8 +85,7 @@
活动名称: - +
业绩归属: @@ -119,8 +118,7 @@
活动名称: - +
@@ -166,8 +164,8 @@ const { adminData, menuTree } = storeToRefs(adminStore) import ConfirmDialog from '@/components/dialogs/ConfirmDialog.vue' import _ from 'lodash' // 活动名称正则表达式 -const activityNameReg = /^[-a-zA-Z0-9\u4e00-\u9fa5,。!?、;:“”‘’()《》【】——~,.!?:;'"()\[\]_&+=]{0,100}$/; - +const activityNameReg = /^[\u4e00-\u9fa5a-zA-Z0-9,。!?、;:“”()‘’《》【】{}——~,.!?:;'--()""\[\]_&+=]+$/; +// 为什么一定要两个--才能成功????????? const tableData = ref([]) const pagination = ref({ pageNum: 1, @@ -299,7 +297,8 @@ const handleEdit = async function () { ElMessage.error('请选择结束时间') return } - if (editForm.value.businessBelong === '客户归属地') { + + if(editForm.value.businessBelong === '客户归属地'){ editForm.value.area = [] } diff --git a/src/views/moneyManage/executor/executor.vue b/src/views/moneyManage/executor/executor.vue index 5cd63ba..d4470d6 100644 --- a/src/views/moneyManage/executor/executor.vue +++ b/src/views/moneyManage/executor/executor.vue @@ -123,6 +123,7 @@ @@ -166,7 +167,7 @@
付款时间 - +
提交人 @@ -174,14 +175,14 @@
转账凭证 - +
无转账凭证
备注 -
@@ -208,7 +209,7 @@ clearable />
- 支付凭证 + 退款截图