Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
cc5973a3
authored
2024-02-19 15:17:02 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
111
1 parent
855d01f9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/views/workflow/main/slsqxx/commonTable/cfdjTable.vue
src/views/workflow/main/slsqxx/commonTable/qjhTable.vue
src/views/workflow/main/slsqxx/commonTable/cfdjTable.vue
View file @
cc5973a
...
...
@@ -8,11 +8,11 @@
</lb-table>
</
template
>
<
script
>
import
addQlr
from
'./dialog/addQlr.vue'
//
import addQlr from './dialog/addQlr.vue'
import
{
mapGetters
}
from
'vuex'
export
default
{
components
:
{
addQlr
},
computed
:
{
...
mapGetters
([
"dictData"
]),
...
...
src/views/workflow/main/slsqxx/commonTable/qjhTable.vue
View file @
cc5973a
...
...
@@ -8,11 +8,11 @@
</lb-table>
</
template
>
<
script
>
import
addQlr
from
'./dialog/addQlr.vue'
//
import addQlr from './dialog/addQlr.vue'
import
{
mapGetters
}
from
'vuex'
export
default
{
components
:
{
addQlr
},
computed
:
{
...
mapGetters
([
"dictData"
]),
...
...
Please
register
or
sign in
to post a comment