Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rbc-demo
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王衍超
rbc-demo
Commits
0c0c257a
Commit
0c0c257a
authored
Mar 11, 2022
by
乔延琦
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop-zhouyi' into 'develop'
Develop zhouyi See merge request GFP/RBC/rbc-frontend!86
parents
b2bc6f6f
1e07d73a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
approval-user-control.vue
...c/control/approval-user-control/approval-user-control.vue
+2
-1
query-runner.vue
develop/@rbc/bill-runner-query/src/views/query-runner.vue
+6
-0
No files found.
develop/@gms/gms-plugin-billexpand/src/control/approval-user-control/approval-user-control.vue
View file @
0c0c257a
...
...
@@ -3,7 +3,7 @@
<div
class=
"suggestion-wrapper"
>
<div
class=
"label"
>
{{
this
.
define
.
title
}}
</div>
<div
class=
"input-wrapper"
>
<Input
v-model=
"value"
type=
"textarea"
:placeholder=
"define.config.placeholder"
/>
<Input
v-model=
"value"
type=
"textarea"
:placeholder=
"define.config.placeholder"
:maxlength=
"120"
/>
<div
class=
"suggestion-button-wrapper"
>
<ConfirmPopover
v-for=
"suggestion in suggestionOption"
...
...
@@ -84,6 +84,7 @@
:ref=
"'input-' + row.code"
@
on-blur=
"handleInputBlur(row)"
type=
"textarea"
:maxlength=
"120"
/>
</
template
>
<
template
slot-scope=
"{ row, index }"
slot=
"action"
>
...
...
develop/@rbc/bill-runner-query/src/views/query-runner.vue
View file @
0c0c257a
...
...
@@ -4,6 +4,8 @@
v-if=
"config.name && visible"
:extrCondition=
"extrCondition"
:tableHeight=
"tableHeight"
@
tabChange=
"tabChange"
:defaultGroup=
"currentTabTitle"
></gms-query>
<p
v-else
>
没有查询模板定义!
</p>
</
template
>
...
...
@@ -30,6 +32,7 @@ export default {
extrCondition
:
[],
tableHeight
:
height
,
visible
:
true
,
currentTabTitle
:
null
,
};
},
mounted
()
{
...
...
@@ -45,6 +48,9 @@ export default {
this
.
$root
.
$off
(
'updated'
,
this
.
refresh
)
},
methods
:
{
tabChange
(
o
)
{
this
.
currentTabTitle
=
o
.
title
},
refresh
(
visible
)
{
if
(
visible
==
'show'
)
{
this
.
visible
=
false
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment