فهرست منبع

fix: 删除素材弹窗标题

任一存 4 سال پیش
والد
کامیت
d996eeca4d
3فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 1 0
      src/views/material/audio/index.vue
  2. 1 0
      src/views/material/image/index.vue
  3. 1 0
      src/views/material/pano/index.vue

+ 1 - 0
src/views/material/audio/index.vue

@@ -226,6 +226,7 @@ export default {
     },
     del(item) {
       this.$confirm({
+        title: '删除素材',
         content: "确定要删除素材吗?",
         ok: () => {
           delMaterial(item.id, () => {

+ 1 - 0
src/views/material/image/index.vue

@@ -224,6 +224,7 @@ export default {
     },
     del(item) {
       this.$confirm({
+        title: '删除素材',
         content: "确定要删除素材吗?",
         ok: () => {
           delMaterial(item.id, () => {

+ 1 - 0
src/views/material/pano/index.vue

@@ -356,6 +356,7 @@ export default {
     },
     del(item) {
       this.$confirm({
+        title: '删除素材',
         content: "确定要删除素材吗?",
         ok: () => {
           delMaterial(item.id, () => {