在职党员社区报到
This commit is contained in:
@@ -42,11 +42,11 @@
|
|||||||
<el-form-item label="活动时间" prop="activeTimeList" style="width: 50%">
|
<el-form-item label="活动时间" prop="activeTimeList" style="width: 50%">
|
||||||
<el-date-picker size="small" :picker-options="pickerOptions"
|
<el-date-picker size="small" :picker-options="pickerOptions"
|
||||||
v-model="form.activeTimeList"
|
v-model="form.activeTimeList"
|
||||||
type="daterange"
|
type="datetimerange"
|
||||||
range-separator="至"
|
range-separator="至"
|
||||||
start-placeholder="开始日期"
|
start-placeholder="开始日期"
|
||||||
end-placeholder="结束日期"
|
end-placeholder="结束日期"
|
||||||
format="yyyy-MM-dd"
|
format="yyyy-MM-dd HH:mm:ss"
|
||||||
value-format="yyyy-MM-dd HH:mm:ss">
|
value-format="yyyy-MM-dd HH:mm:ss">
|
||||||
</el-date-picker>
|
</el-date-picker>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
<div class="table-options">{{row.beginTime.substring(0, 10)}}至{{row.endTime.substring(0, 10)}}</div>
|
<div class="table-options">{{row.beginTime.substring(0, 10)}}至{{row.endTime.substring(0, 10)}}</div>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column slot="options" width="220px" fixed="right" label="操作" align="center">
|
<el-table-column slot="options" width="180px" fixed="right" label="操作" align="center">
|
||||||
<template slot-scope="{ row }">
|
<template slot-scope="{ row }">
|
||||||
<div class="table-options">
|
<div class="table-options">
|
||||||
<el-button type="text" @click="toDetail(row.id)">详情</el-button>
|
<el-button type="text" @click="toDetail(row.id)">详情</el-button>
|
||||||
|
|||||||
@@ -177,9 +177,7 @@ export default {
|
|||||||
delete e.children;
|
delete e.children;
|
||||||
return { ...e, checked: true };
|
return { ...e, checked: true };
|
||||||
});
|
});
|
||||||
this.instance
|
this.instance.post("/app/apppartyreportconfig/addOrUpdate", arr).then((res) => {
|
||||||
.post("/app/apppartyreportconfig/addOrUpdate", arr)
|
|
||||||
.then((res) => {
|
|
||||||
if (res?.code == 0) {
|
if (res?.code == 0) {
|
||||||
this.$message.success("修改成功");
|
this.$message.success("修改成功");
|
||||||
this.searchSysAll();
|
this.searchSysAll();
|
||||||
@@ -251,12 +249,12 @@ export default {
|
|||||||
|
|
||||||
header {
|
header {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 32px;
|
|
||||||
background: rgba(255, 243, 232, 1);
|
background: rgba(255, 243, 232, 1);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border: 1px solid rgba(255, 136, 34, 1);
|
border: 1px solid rgba(255, 136, 34, 1);
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
.iconfont.iconModal_Warning {
|
.iconfont.iconModal_Warning {
|
||||||
color: #ff8822;
|
color: #ff8822;
|
||||||
|
|||||||
Reference in New Issue
Block a user