Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
jml0128
/
xrk-bi
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 7882963d
authored
Mar 24, 2022
by
llj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:调研问卷type是5或者7
1 parent
ef9afe1b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
src/packages/task-recored/src/components/configurable.vue
src/packages/task-recored/src/main.vue
src/packages/task-recored/src/components/configurable.vue
View file @
7882963
...
...
@@ -57,7 +57,7 @@
<
div
class
=
"bi_title_text_content"
>
<!--
任务内容信息标题顺序
可配置是
03
调研是
02
-->
<
div
class
=
"bi_title_text_index"
>
{{
{
19
:
'02'
,
20
:
'03'
}
[
+
projectType
]
}}
{{
{
5
:
'02'
,
7
:
'02'
,
20
:
'03'
}
[
+
projectType
]
}}
<
/div
>
任务内容信息
<
/div
>
...
...
src/packages/task-recored/src/main.vue
View file @
7882963
...
...
@@ -55,4 +55,7 @@ export default {
<
style
>
@import
url('./style/index.css')
;
.template-container
{
text-align
:
left
;
}
</
style
>
Write
Preview
Markdown
is supported
Attach a file
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 post a comment