diff --git a/src/components/page/Dashboard_.vue b/src/components/page/Dashboard_.vue index a044147..d5c15bf 100644 --- a/src/components/page/Dashboard_.vue +++ b/src/components/page/Dashboard_.vue @@ -267,7 +267,7 @@
- Research areas {{ i + 1 }}:Field {{ i + 1 }}:{{ v.str }}
@@ -1353,7 +1353,7 @@ export default { computed: {}, methods: { handleDeleteMajor(v) { - this.$confirm('Are you sure you want to delete this Research areas ?', 'Tip', { + this.$confirm('Are you sure you want to delete this Field ?', 'Tip', { type: 'warning' }) .then(() => {