From c62776b21679c54f8e65baeb805b891e962c3eef Mon Sep 17 00:00:00 2001 From: linwenling <3256558519@qq.com> Date: 星期二, 01 八月 2023 19:45:56 +0800 Subject: [PATCH] 部分行列间隔修改 --- ruoyi-ui/src/views/wish/index.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/views/wish/index.vue b/ruoyi-ui/src/views/wish/index.vue index 76cc954..1c069c0 100644 --- a/ruoyi-ui/src/views/wish/index.vue +++ b/ruoyi-ui/src/views/wish/index.vue @@ -65,6 +65,7 @@ range-separator="-" start-placeholder="寮�濮嬫棩鏈�" end-placeholder="缁撴潫鏃ユ湡" + @keyup.enter.native="handleQuery" ></el-date-picker> </el-form-item> @@ -187,7 +188,7 @@ <el-table-column label="鏃堕棿" prop="happenTime" sortable width="100" align="center"> <template slot-scope="scope">{{scope.row.happenTime? scope.row.happenTime: '鈥斺�斺�斺��'}}</template> </el-table-column> - <el-table-column label="鐞嗘兂鏍囬/鐧惧勾蹇冩効" prop="title" sortable width="150" align="center"> + <el-table-column label="鐞嗘兂鏍囬/鐧惧勾蹇冩効" prop="title" sortable width="160" align="center"> <template slot-scope="scope">{{scope.row.title? scope.row.title: '鈥斺�斺�斺��'}}</template> </el-table-column> <el-table-column label="濮嬩簬浣曞洜" prop="cause" sortable :show-overflow-tooltip="true" width="120" align="center" > @@ -794,6 +795,7 @@ /** 瀵煎叆妯℃澘涓嬭浇鎸夐挳鎿嶄綔 */ handleExportModel() { + this.download('/zIdea/model', { }, `zIdea_model_${new Date().getTime()}.xlsx`) }, -- Gitblit v1.9.1