maliming
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
4 deletions
-
docs/zh-Hans/Tutorials/AspNetCore-Mvc/Part-II.md
|
|
|
@ -109,7 +109,7 @@ namespace Acme.BookStore.Pages.Books |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
打开 `wwwroot/pages/books/index.js` 在datatable配置代码后面添加如下代码: |
|
|
|
打开 `Pages/books/index.js` 在datatable配置代码后面添加如下代码: |
|
|
|
|
|
|
|
````js |
|
|
|
var createModal = new abp.ModalManager(abp.appPath + 'Books/CreateModal'); |
|
|
|
@ -268,7 +268,7 @@ namespace Acme.BookStore |
|
|
|
|
|
|
|
* 只是为"Actions"增加了一个 `th` 标签. |
|
|
|
|
|
|
|
打开 `wwwroot/pages/books/index.js` 并用以下内容进行替换: |
|
|
|
打开 `Pages/books/index.js` 并用以下内容进行替换: |
|
|
|
|
|
|
|
````js |
|
|
|
$(function () { |
|
|
|
@ -327,7 +327,7 @@ $(function () { |
|
|
|
|
|
|
|
### 删除一个已有的Book实体 |
|
|
|
|
|
|
|
打开 `wwwroot/pages/books/index.js` 文件,在 `rowAction` `items` 下新增一项: |
|
|
|
打开 `Pages/books/index.js` 文件,在 `rowAction` `items` 下新增一项: |
|
|
|
|
|
|
|
````js |
|
|
|
{ |
|
|
|
@ -418,4 +418,4 @@ $(function () { |
|
|
|
|
|
|
|
### 下一章 |
|
|
|
|
|
|
|
查看本教程的 [下一章](Part-III.md) . |
|
|
|
查看本教程的 [下一章](Part-III.md) . |
|
|
|
|