傅行帆 5 yıl önce
ebeveyn
işleme
10ec980a59
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      src/pages/sample/demand/index.jsx

+ 1
- 1
src/pages/sample/demand/index.jsx Dosyayı Görüntüle

@@ -86,7 +86,7 @@ function header(props) {
86 86
       message.error('请先选择要删除的数据!')
87 87
       return
88 88
     }
89
-    const title = '确认将所选的' + demandIdList.length + '条数据删除?可删除条件:需求单阶段 为 作废。'
89
+    const title = '确认将所选的' + demandIdList.length + '条数据删除?可删除条件:需求单状态 为 作废。'
90 90
     Modal.confirm({
91 91
       title: title,
92 92
       okText: '确认',