| | |
| | | <span>会议申请</span> |
| | | <div class="button-container"></div> |
| | | <div style="display: flex; align-items: center;"> |
| | | <el-button @click="newRequest" size="mini" type="text" v-hasPermi="['person:information:memo']" style="margin-left: 200px"> |
| | | <!-- <el-button @click="newRequest" size="mini" type="text" v-hasPermi="['person:information:memo']" style="margin-left: 200px"> |
| | | <div class="form"><el-icon style="padding-right:100px;"></el-icon> |
| | | <span class="text" style="width: 69px;height: 26px;font-size: 16px; |
| | | font-family: Microsoft YaHei-Regular, Microsoft YaHei; color: #EBA4AA;">新申请</span> |
| | | </div> |
| | | </el-button> |
| | | </el-button> --> |
| | | </div> |
| | | </h1> |
| | | |
| | |
| | | </el-form> |
| | | |
| | | <el-row :gutter="10" class="mb8"> |
| | | <!-- <el-col :span="1.5"> |
| | | <el-col :span="1.5"> |
| | | <el-button |
| | | type="primary" |
| | | plain |
| | | icon="el-icon-plus" |
| | | size="mini" |
| | | @click="handleAdd" |
| | | v-hasPermi="['system:role:add']" |
| | | @click="newRequest" |
| | | v-hasPermi="['person:information:memo']" |
| | | >新增</el-button> |
| | | </el-col> --> |
| | | </el-col> |
| | | |
| | | <el-col :span="1.5"> |
| | | <el-button |
| | |
| | | scope.row.place ? scope.row.place : '————' }}</template> |
| | | </el-table-column> |
| | | |
| | | <el-table-column label="可容纳人数" prop="conPeople" sortable align="center"> |
| | | <el-table-column label="可容纳人数" prop="conPeople" sortable align="center" min-width="150"> |
| | | <template slot-scope="scope">{{ |
| | | scope.row.conPeople ? scope.row.conPeople : '————' }}</template> |
| | | </el-table-column> |
| | | |
| | | <el-table-column label="参与人数" prop="partPeople" sortable align="center"> |
| | | <el-table-column label="参与人数" prop="partPeople" sortable align="center" min-width="120"> |
| | | <template slot-scope="scope">{{ |
| | | scope.row.partPeople ? scope.row.partPeople : '————' }}</template> |
| | | </el-table-column> |
| | | |
| | | <el-table-column label="申请人" prop="applyPerson" sortable align="center"> |
| | | <el-table-column label="申请人" prop="applyPerson" sortable align="center" min-width="120"> |
| | | <template slot-scope="scope">{{ |
| | | scope.row.applyPerson ? scope.row.applyPerson : '————' }}</template> |
| | | </el-table-column> |
| | | |
| | | <el-table-column label="申请部门或家庭" prop="applyApart" sortable align="center"> |
| | | <el-table-column label="申请部门或家庭" prop="applyApart" sortable align="center" min-width="150"> |
| | | <template slot-scope="scope">{{ |
| | | scope.row.applyApart ? scope.row.applyApart : '————' }}</template> |
| | | </el-table-column> |
| | | |
| | | <el-table-column label="开始时间" prop="startTime" sortable align="center"> |
| | | <el-table-column label="开始时间" prop="startTime" sortable align="center"min-width="120"> |
| | | <template slot-scope="scope">{{ scope.row.startTime |
| | | ? scope.row.startTime : '————' }}</template> |
| | | </el-table-column> |
| | | |
| | | <el-table-column label="结束时间" prop="endTime" sortable align="center"> |
| | | <el-table-column label="结束时间" prop="endTime" sortable align="center" min-width="120"> |
| | | <template slot-scope="scope">{{ scope.row.endTime ? |
| | | scope.row.endTime : '————' }}</template> |
| | | </el-table-column> |
| | | |
| | | <el-table-column label="是否摆放水牌" prop="isPlacebrand" sortable align="center"> |
| | | <el-table-column label="是否摆放水牌" prop="isPlacebrand" sortable align="center" min-width="150"> |
| | | <template slot-scope="scope">{{scope.row.isPlacebrand===1? '是': '否'}}</template> |
| | | </el-table-column> |
| | | |
| | | <el-table-column label="联系人" prop="connPerson" sortable align="center"> |
| | | <el-table-column label="联系人" prop="connPerson" sortable align="center" min-width="100"> |
| | | <template slot-scope="scope">{{ scope.row.connPerson ? |
| | | scope.row.connPerson : '————' }}</template> |
| | | </el-table-column> |
| | | |
| | | <el-table-column label="联系电话" prop="connPhone" sortable align="center"> |
| | | <el-table-column label="联系电话" prop="connPhone" sortable align="center" min-width="100"> |
| | | <template slot-scope="scope">{{ scope.row.connPhone |
| | | ? scope.row.connPhone : '————' }}</template> |
| | | </el-table-column> |
| | |
| | | <el-form ref="elForm" :model="formDat" :rules="rules" size="medium" label-width="100px"> |
| | | |
| | | <el-form-item label="开始时间" prop="startTime"> |
| | | <el-date-picker v-model="formDat.startTime" type="date" placeholder="请选择日期" |
| | | :editable="false" :clearable="false" :style="{width: '100%'}" value-format="yyyy-MM-dd" |
| | | <el-date-picker v-model="formDat.startTime" type="datetime" placeholder="请选择日期" |
| | | :editable="false" :clearable="false" :style="{width: '100%'}" value-format="yyyy-MM-dd HH:mm:ss" |
| | | ></el-date-picker> |
| | | </el-form-item> |
| | | <el-form-item label="结束时间" prop="endTime"> |
| | | <el-date-picker v-model="formDat.endTime" type="date" placeholder="请选择日期" |
| | | :editable="false" :clearable="false" :style="{width: '100%'}" value-format="yyyy-MM-dd" |
| | | <el-date-picker v-model="formDat.endTime" type="datetime" placeholder="请选择日期" |
| | | :editable="false" :clearable="false" :style="{width: '100%'}" value-format="yyyy-MM-dd HH:mm:ss" |
| | | ></el-date-picker> |
| | | </el-form-item> |
| | | |