傅行帆 5 lat temu
rodzic
commit
10ec980a59
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/pages/sample/demand/index.jsx

+ 1
- 1
src/pages/sample/demand/index.jsx Wyświetl plik

@@ -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: '确认',