Skip to content

Commit

Permalink
feat(ftechnology): complete the process path details page
Browse files Browse the repository at this point in the history
  • Loading branch information
dgiot-fe committed Apr 22, 2022
1 parent 0fd53a1 commit b00af1c
Show file tree
Hide file tree
Showing 4 changed files with 513 additions and 26 deletions.
4 changes: 3 additions & 1 deletion src/api/Mock/table/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ for (let i = 0; i < count; i++) {
Mock.mock({
uuid: '@uuid',
id: '@id',
title: '@title(1, 2)',
title: '@cword(3,10)',
objectId: /\S\d{5,6}/,
code: /\S\d{5,6}/,
description: '@csentence',
'status|1': ['published', 'draft', 'deleted'],
author: '@cname',
Expand Down

0 comments on commit b00af1c

Please sign in to comment.