shish пре 1 година
родитељ
комит
345ced77f4
1 измењених фајлова са 1 додато и 1 уклоњено
  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 });