|
|
@@ -229,7 +229,7 @@ export default {
|
|
|
const that = this;
|
|
|
uni.showModal({
|
|
|
title: '提示',
|
|
|
- content: '确定要删除这条支出记录吗?',
|
|
|
+ content: '确认要删除?系统将会记录由谁删除',
|
|
|
success: async function (res) {
|
|
|
if (res.confirm) {
|
|
|
const result = await deleteExpend({ id: item.id, staffId: item.staffId });
|