Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张浩
/
br-client
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
Commit
5e876b95
...
5e876b955726ed882b770f430c451df2ffbff22c
authored
2022-04-13 17:07:53 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
4ea9eb3c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
src/page/selectActOnline.vue
src/page/selectActOnline.vue
View file @
5e876b9
...
...
@@ -15,17 +15,17 @@
<el-table-column
prop=
"name"
label=
"活动名称"
min-width=
"
1
"
>
min-width=
"
2
"
>
</el-table-column>
<el-table-column
prop=
"startTime"
label=
"活动开始时间"
min-width=
"
1
"
>
min-width=
"
2
"
>
</el-table-column>
<el-table-column
prop=
"endTime"
label=
"活动结束时间"
min-width=
"
1
"
>
min-width=
"
2
"
>
</el-table-column>
<el-table-column
prop=
"provinceName"
...
...
@@ -33,6 +33,11 @@
min-width=
"1"
>
</el-table-column>
<el-table-column
prop=
"isWaibao"
label=
"是否云活动平台配置"
min-width=
"1"
>
</el-table-column>
<el-table-column
prop=
"locationCodeRule"
label=
"机构code规则"
min-width=
"4"
>
...
...
Please
register
or
sign in
to post a comment