doum
11 小时以前 c384e04f81caf681647c602d5896cc10b289582e
admin/src/components/base/BaseTable.vue
@@ -172,7 +172,7 @@
        this.$tip.warning('请至少选择一条数据')
        return
      }
      let message = `确认删除已选中的 ${this.tableData.selectedRows.length} 条${this.module}记录吗?`
      let message = `确认删除已选中的 ${this.tableData.selectedRows.length} 条记录吗?`
      if (childConfirm) {
        const containChildrenRows = []
        for (const row of this.tableData.selectedRows) {