From fae5df1d3f1ae875ac546cacfb4744b2e8230ca2 Mon Sep 17 00:00:00 2001 From: yz3456 <2753272399@qq.com> Date: 星期一, 29 七月 2024 11:07:24 +0800 Subject: [PATCH] 修改了bug --- ruoyi-ui/src/views/meeting/index.vue | 24 ++++-------------------- 1 files changed, 4 insertions(+), 20 deletions(-) diff --git a/ruoyi-ui/src/views/meeting/index.vue b/ruoyi-ui/src/views/meeting/index.vue index 4687ece..a54459e 100644 --- a/ruoyi-ui/src/views/meeting/index.vue +++ b/ruoyi-ui/src/views/meeting/index.vue @@ -1,5 +1,5 @@ <template> - <div class="app-container"> + <div class="app-container" style="opacity: 1;"> <el-backtop :bottom="150" :right="30"> <el-button type="primary" circle class="el-icon-top"></el-button> @@ -20,20 +20,6 @@ </h1> <hr> - -<!-- <el-form :model="queryParams1"> - <el-row> - <el-form-item label="" prop="people"> - <el-input v-model="queryParams1.people" placeholder="璇疯緭鍏ユ悳绱㈠唴瀹�" clearable style="width: 200px; - height: 35px; - text-align: left; - border-radius: 16px 16px 16px 16px; - opacity: 0.5;" @keyup.enter.native="handleQuery"> - <i slot="prefix" class="el-input__icon el-icon-search"></i> - </el-input> - </el-form-item> - </el-row> - </el-form> --> <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch"> @@ -222,9 +208,7 @@ </el-table-column> <el-table-column label="鐘舵��" prop="statu" sortable align="center"> - <!-- <template slot-scope="scope">{{scope.row.statu===1? '鍚屾剰': '鎷掔粷'}}</template> --> - <template slot-scope="scope">{{scope.row.statu ===3 ? '寰呭鎵�' : (scope.row.statu===1? '鍚屾剰': '鎷掔粷')}}</template> - <!-- scope.row.statu ==='寰呭鎵�' ? '寰呭鎵�' : (scope.row.statu===1? '鍚屾剰': '鎷掔粷') --> + <template slot-scope="scope">{{scope.row.statu===1? '鍚屾剰': (scope.row.statu ===0 ? '鎷掔粷' : '寰呭鎵�')}}</template> </el-table-column> <el-table-column label="鎿嶄綔" align="center" width="200" class-name="small-padding fixed-width"> @@ -307,7 +291,7 @@ <el-option v-for="(item, index) in typeOptions2" :key="index" :label="item.label" :value="item.value" ></el-option> </el-select> --> - <el-input placeholder="寰呭鏍�" :disabled='true'></el-input> + <el-input placeholder="寰呭鎵�" :disabled='true'></el-input> </el-form-item> </el-form> @@ -419,7 +403,7 @@ isPlacebrand: [{ required: true, message: '璇烽�夋嫨鏄惁鎽嗘斁姘寸墝', - trigger: 'blur' + trigger: 'change' }], connPerson: [{ required: true, -- Gitblit v1.9.1