shish 1 anno fa
parent
commit
345ced77f4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      ghsApp/src/admin/expend/list.vue

+ 1 - 1
ghsApp/src/admin/expend/list.vue

@@ -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 });