From 9bf21833a347da6c758d55fe860a931f11d1aa48 Mon Sep 17 00:00:00 2001 From: yz3456 <2753272399@qq.com> Date: 星期三, 01 五月 2024 11:03:40 +0800 Subject: [PATCH] 修改了会议申请模块 --- ruoyi-ui/src/views/meeting/index.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ruoyi-ui/src/views/meeting/index.vue b/ruoyi-ui/src/views/meeting/index.vue index e67d8f6..1d9187c 100644 --- a/ruoyi-ui/src/views/meeting/index.vue +++ b/ruoyi-ui/src/views/meeting/index.vue @@ -10,12 +10,12 @@ <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> @@ -99,16 +99,16 @@ </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 @@ -253,12 +253,12 @@ <el-form-item label="寮�濮嬫椂闂�" prop="startTime"> <el-date-picker v-model="formDat.startTime" type="datetime" placeholder="璇烽�夋嫨鏃ユ湡" - :editable="false" :clearable="false" :style="{width: '100%'}" value-format="yyyy-MM-dd" + :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="datetime" placeholder="璇烽�夋嫨鏃ユ湡" - :editable="false" :clearable="false" :style="{width: '100%'}" value-format="yyyy-MM-dd" + :editable="false" :clearable="false" :style="{width: '100%'}" value-format="yyyy-MM-dd HH:mm:ss" ></el-date-picker> </el-form-item> -- Gitblit v1.9.1