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
b9f00660
authored
2023-09-18 11:12:18 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
0cbdadd8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
src/views/djbworkflow/mixin/index.js
src/views/workflow/mixin/index.js
src/views/ywbl/ybx/ybxdata.js
src/views/djbworkflow/mixin/index.js
View file @
b9f0066
/*
* @Description:workFramezu.vue组件的方法 头部按钮弹框方法
* @Autor: miaofang
* @LastEditTime: 2023-09-
01 15:10:21
* @LastEditTime: 2023-09-
18 11:06:44
*/
import
{
getPrintTemplateByCode
}
from
"@/api/print"
;
import
{
getQllxByBdcdyid
}
from
"@/api/djbDetail.js"
;
...
...
@@ -17,7 +17,6 @@ import {
getPrintApplicationForm
,
unClaimTask
}
from
"@/api/workFlow.js"
;
import
{
mapGetters
}
from
'vuex'
export
default
{
data
()
{
return
{
...
...
src/views/workflow/mixin/index.js
View file @
b9f0066
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-18 1
0:46:56
* @LastEditTime: 2023-09-18 1
1:11:19
*/
import
{
getPrintTemplateByCode
}
from
"@/api/print"
;
import
{
uploadUndo
}
from
"@/api/clxx"
;
...
...
src/views/ywbl/ybx/ybxdata.js
View file @
b9f0066
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
8-28 15:43:1
9
* @LastEditTime: 2023-0
9-18 11:07:5
9
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -83,7 +83,7 @@ class data extends filter {
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
ywrmc
}
placement
=
"top"
popper
-
class
=
"tooltip-width
"
>
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
ywrmc
}
placement
=
"top"
popper
-
class
=
"tooltip-width"
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
ywrmc
}
<
/span
>
<
/el-tooltip
>
<
/div
>
...
...
Please
register
or
sign in
to post a comment