Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
info-publish-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
info-publish-platform
Commits
22aafc34
Commit
22aafc34
authored
Dec 06, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改附件地址
parent
c2d495d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
info-publish-manager-ui/admin/src/views/basic/set/drawershow.vue
...blish-manager-ui/admin/src/views/basic/set/drawershow.vue
+4
-4
info-publish-manager-ui/admin/src/views/basic/set/list.vue
info-publish-manager-ui/admin/src/views/basic/set/list.vue
+2
-3
No files found.
info-publish-manager-ui/admin/src/views/basic/set/drawershow.vue
View file @
22aafc34
...
@@ -5,12 +5,12 @@
...
@@ -5,12 +5,12 @@
:visible.sync=
"open"
:visible.sync=
"open"
:direction=
"direction"
:direction=
"direction"
:destroy-on-close=
"true"
:destroy-on-close=
"true"
size=
"
5
0%"
>
size=
"
7
0%"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"120px"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"120px"
>
<el-row>
<el-row>
<Field
label=
"抬头设置"
prop=
"lookUp"
v-model=
"form.lookUp"
placeholder=
"请输入抬头设置"
/>
<Field
:span=
"20"
label=
"抬头设置"
prop=
"lookUp"
v-model=
"form.lookUp"
placeholder=
"请输入抬头设置"
/>
<Field
label=
"播放时间,单位秒"
prop=
"playTime"
v-model=
"form.playTime"
placeholder=
"请输入播放时间,单位秒"
/>
<Field
:span=
"20"
label=
"播放时间,单位秒"
prop=
"playTime"
v-model=
"form.playTime"
placeholder=
"请输入播放时间,单位秒"
/>
<Field
label=
"备注"
prop=
"remark
"
v-model=
"form.remark"
placeholder=
"请输入备注"
/>
<Field
:span=
"20"
label=
"备注"
prop=
"remark"
type=
"textarea
"
v-model=
"form.remark"
placeholder=
"请输入备注"
/>
</el-row>
</el-row>
...
...
info-publish-manager-ui/admin/src/views/basic/set/list.vue
View file @
22aafc34
...
@@ -47,14 +47,13 @@
...
@@ -47,14 +47,13 @@
},
},
],
],
columns
:
[
columns
:
[
{
type
:
"
selection
"
,
width
:
60
},
{
type
:
"
index
"
,
label
:
"
序号
"
,
width
:
50
},
{
type
:
"
index
"
,
label
:
"
序号
"
,
width
:
50
},
{
label
:
"
抬头设置
"
,
prop
:
"
lookUp
"
},
{
label
:
"
抬头设置
"
,
prop
:
"
lookUp
"
},
{
label
:
"
播放时间,单位秒
"
,
prop
:
"
playTime
"
,
formatter
:
this
.
formatter
},
{
label
:
"
播放时间,单位秒
"
,
prop
:
"
playTime
"
,
formatter
:
this
.
formatter
},
{
label
:
"
创建
用户
"
,
prop
:
"
createUserId
"
,
formatter
:
this
.
formatter
},
{
label
:
"
创建
时间
"
,
prop
:
"
createTime
"
,
formatter
:
this
.
formatterDate
},
{
{
label
:
"
操作
"
,
label
:
"
操作
"
,
width
:
240
,
width
:
240
,
...
@@ -69,4 +68,4 @@
...
@@ -69,4 +68,4 @@
};
};
}
}
};
};
</
script
>
</
script
>
\ No newline at end of file
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