@@ -135,10 +135,6 @@ const status = ref([
value: 30,
},
{
- label: "作废",
- value: 70,
- },
- {
label: "终止",
value: 99,
@@ -352,7 +348,7 @@ const config = computed(() => {
el: "button",
click() {
ElMessageBox.confirm(
- "此操作将永久删除该数据, 是否继续?",
+ "此操作将作废该数据, 是否继续?",
"提示",
confirmButtonText: "确定",