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 07561176
authored
Mar 31, 2022
by
web
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: remark没有不展示
1 parent
8eaf3f41
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
4 deletions
package.json
src/packages/task-recored/src/components/configurable.vue
package.json
View file @
0756117
{
"name"
:
"xrk-bi"
,
"version"
:
"0.3.0-beta.
7
"
,
"version"
:
"0.3.0-beta.
8
"
,
"description"
:
"xrk-bi"
,
"author"
:
"xrk"
,
"main"
:
"dist/bundler.js"
,
...
...
src/packages/task-recored/src/components/configurable.vue
View file @
0756117
...
...
@@ -114,7 +114,10 @@
:
item
.
answer
}}
<
/div
>
<
div
style
=
"color: #666666; font-size: 14px; margin-top: 30px"
>
<
div
style
=
"color: #666666; font-size: 14px; margin-top: 30px"
v
-
if
=
"item.remark"
>
备注:
{{
item
.
remark
}}
<
/div
>
<
/div
>
...
...
@@ -140,7 +143,10 @@
:
src
=
"file"
alt
=
"img"
/>
<
div
style
=
"color: #666666; font-size: 14px; margin-top: 30px"
>
<
div
style
=
"color: #666666; font-size: 14px; margin-top: 30px"
v
-
if
=
"item.remark"
>
备注:
{{
item
.
remark
}}
<
/div
>
<
/div
>
...
...
@@ -160,7 +166,10 @@
>
{{
file
}}
<
/div
>
<
div
style
=
"color: #666666; font-size: 14px; margin-top: 30px"
>
<
div
style
=
"color: #666666; font-size: 14px; margin-top: 30px"
v
-
if
=
"item.remark"
>
备注:
{{
item
.
remark
}}
<
/div
>
<
/div
>
...
...
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