Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust_web
Project
Project
Details
Activity
Releases
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
张伯涛
cust_web
Commits
6997a75f
Commit
6997a75f
authored
Dec 19, 2024
by
冷玲鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
活动管理、公告管理:修改数据库字段
parent
5cdca287
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
index.vue
src/views/contentManagement/activity/index.vue
+3
-3
index.vue
src/views/contentManagement/activity/info/index.vue
+4
-4
index.vue
src/views/contentManagement/notice/index.vue
+3
-3
No files found.
src/views/contentManagement/activity/index.vue
View file @
6997a75f
...
...
@@ -14,7 +14,7 @@
/>
</el-select>
</el-form-item>
<el-form-item
label=
"发布日期:"
prop=
"
release
Date"
>
<el-form-item
label=
"发布日期:"
prop=
"
publish
Date"
>
<el-date-picker
v-model=
"dateRange"
value-format=
"yyyy-MM-dd"
...
...
@@ -148,9 +148,9 @@
<span>{{ scope.row.nickName }}</span>
</template>
</el-table-column>-->
<el-table-column
align=
"center"
prop=
"
release
Date"
label=
"发布日期"
min-width=
"120"
show-overflow-tooltip
>
<el-table-column
align=
"center"
prop=
"
publish
Date"
label=
"发布日期"
min-width=
"120"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
release
Date
}}
</span>
<span>
{{
scope
.
row
.
publish
Date
}}
</span>
</
template
>
</el-table-column>
<!-- <el-table-column align="left" prop="createDate" label="提交时间" show-overflow-tooltip>
...
...
src/views/contentManagement/activity/info/index.vue
View file @
6997a75f
...
...
@@ -181,11 +181,11 @@
<el-col
:span=
"12"
>
<el-form-item
label=
"是否实名:"
prop=
"is
RealName
Authentication"
prop=
"isAuthentication"
:rules=
"
{ required: !(controls.isOperation === '3'), message: '请选择是否需要实名认证', trigger: 'change' }"
>
<el-select
v-model=
"form.is
RealName
Authentication"
v-model=
"form.isAuthentication"
placeholder=
"请选择是否需要实名认证"
size=
"small"
class=
"normalInput"
...
...
@@ -318,7 +318,7 @@ export default {
isRecommended
:
undefined
,
isTop
:
undefined
,
isRegistration
:
undefined
,
is
RealName
Authentication
:
undefined
,
isAuthentication
:
undefined
,
registrationFee
:
'0.00'
},
yesOrNo
,
...
...
@@ -369,7 +369,7 @@ export default {
this
.
form
.
isRecommended
=
1
this
.
form
.
isTop
=
1
this
.
form
.
isRegistration
=
1
this
.
form
.
is
RealName
Authentication
=
1
this
.
form
.
isAuthentication
=
1
this
.
form
.
flag
=
'停用'
}
},
...
...
src/views/contentManagement/notice/index.vue
View file @
6997a75f
...
...
@@ -15,7 +15,7 @@
/>
</el-select>
</el-form-item>
<el-form-item
label=
"发布日期:"
prop=
"
release
Date"
>
<el-form-item
label=
"发布日期:"
prop=
"
publish
Date"
>
<el-date-picker
v-model=
"dateRange"
value-format=
"yyyy-MM-dd"
...
...
@@ -118,9 +118,9 @@
<span>{{ scope.row.nickName }}</span>
</template>
</el-table-column>-->
<el-table-column
align=
"left"
prop=
"
release
Date"
label=
"发布日期"
min-width=
"180"
show-overflow-tooltip
>
<el-table-column
align=
"left"
prop=
"
publish
Date"
label=
"发布日期"
min-width=
"180"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
release
Date
}}
</span>
<span>
{{
scope
.
row
.
publish
Date
}}
</span>
</
template
>
</el-table-column>
<!-- <el-table-column align="left" prop="createDate" label="提交时间" show-overflow-tooltip>
...
...
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