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