Skip to content

Commit

Permalink
Update Part-II.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maliming authored Nov 15, 2018
1 parent ca5595f commit 569ccb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/zh-Hans/Tutorials/AspNetCore-Mvc/Part-II.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ namespace Acme.BookStore.Pages.Books

![bookstore-new-book-button](images/bookstore-new-book-button.png)

打开 `wwwroot/pages/books/index.js` 在datatable配置代码后面添加如下代码:
打开 `Pages/books/index.js` 在datatable配置代码后面添加如下代码:

````js
var createModal = new abp.ModalManager(abp.appPath + 'Books/CreateModal');
Expand Down Expand Up @@ -268,7 +268,7 @@ namespace Acme.BookStore

* 只是为"Actions"增加了一个 `th` 标签.

打开 `wwwroot/pages/books/index.js` 并用以下内容进行替换:
打开 `Pages/books/index.js` 并用以下内容进行替换:

````js
$(function () {
Expand Down Expand Up @@ -327,7 +327,7 @@ $(function () {

### 删除一个已有的Book实体

打开 `wwwroot/pages/books/index.js` 文件,在 `rowAction` `items` 下新增一项:
打开 `Pages/books/index.js` 文件,在 `rowAction` `items` 下新增一项:

````js
{
Expand Down Expand Up @@ -418,4 +418,4 @@ $(function () {

### 下一章

查看本教程的 [下一章](Part-III.md) .
查看本教程的 [下一章](Part-III.md) .

0 comments on commit 569ccb5

Please sign in to comment.