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
8f896ea9
authored
2023-10-19 10:32:18 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
beb9757d
e8ee9cf0
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
7 deletions
src/views/workflow/components/dialog/zsyl.vue
src/views/zhcx/jdcx/jdcxdata.js
src/views/zhcx/lpcx/lpcx.vue
src/views/zhcx/lpcx/lpcxdata.js
src/views/workflow/components/dialog/zsyl.vue
View file @
8f896ea
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
09-22 10:09:05
* @LastEditTime: 2023-
10-19 10:00:27
-->
<
template
>
<div
class=
"from-clues loadingtext"
v-Loading=
"loading"
element-loading-text=
"拼命加载中..."
style=
"height:720px;text-align: center;"
>
...
...
@@ -394,7 +394,7 @@
// context.fillText(this.bdcqz.zl ? this.bdcqz.zl : '', 775, 325);
let
lines2
=
this
.
bdcqz
.
zl
?
this
.
bdcqz
.
zl
.
split
(
' '
)
:
[];
if
(
getByteLen
(
this
.
bdcqz
.
zl
)
>
41
)
{
if
(
getByteLen
(
this
.
bdcqz
.
zl
)
>
=
39
)
{
lines2
.
forEach
((
line
,
index
)
=>
{
const
y
=
315
+
(
index
*
20
);
// 每行文本的垂直位置
let
currentLine
=
''
;
...
...
src/views/zhcx/jdcx/jdcxdata.js
View file @
8f896ea
...
...
@@ -13,7 +13,14 @@ class data extends filter {
{
label
:
'序号'
,
type
:
'index'
,
width
:
'50'
width
:
'50'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
{(
vm
.
pageData
.
currentPage
-
1
)
*
vm
.
pageData
.
pageSize
+
scope
.
$index
+
1
}
<
/div
>
)
}
},
{
prop
:
"ywlymc"
,
...
...
src/views/zhcx/lpcx/lpcx.vue
View file @
8f896ea
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
07-24 14:04:47
* @LastEditTime: 2023-
10-19 10:30:56
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -46,7 +46,7 @@
<!-- 表格 -->
<div
class=
"from-clues-content"
>
<lb-table
:page-size=
"pageData.size"
class=
"loadingtext"
@
sort-change=
"handleSort"
:current-page
.
sync=
"pageData.current"
:total=
"
pag
eData.total"
@
size-change=
"handleSizeChange"
:current-page
.
sync=
"pageData.current"
:total=
"
tabl
eData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
</div>
...
...
src/views/zhcx/lpcx/lpcxdata.js
View file @
8f896ea
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-19 10:31:31
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -8,12 +13,19 @@ class data extends filter {
constructor
()
{
super
()
}
columns
()
{
columns
()
{
return
[
{
label
:
'序号'
,
type
:
'index'
,
width
:
'50'
width
:
'50'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
{(
vm
.
pageData
.
currentPage
-
1
)
*
vm
.
pageData
.
pageSize
+
scope
.
$index
+
1
}
<
/div
>
)
}
},
{
prop
:
"qymc"
,
...
...
Please
register
or
sign in
to post a comment