From 80ef464bf93212805d6b36f12b7791edda04e23e Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期五, 15 九月 2023 09:36:22 +0800 Subject: [PATCH] 集成模块 搜索回显 --- Source/UBCS-WEB/src/views/system/PasswordManagement/passwords.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/src/views/system/PasswordManagement/passwords.vue b/Source/UBCS-WEB/src/views/system/PasswordManagement/passwords.vue index aa9b662..3a39a37 100644 --- a/Source/UBCS-WEB/src/views/system/PasswordManagement/passwords.vue +++ b/Source/UBCS-WEB/src/views/system/PasswordManagement/passwords.vue @@ -1,5 +1,5 @@ <template> - <basic-container> + <basic-container > <avue-crud v-model="form" :option="option" :data="data" ref="crud" @on-load="onLoad" @row-save="rowSave" @row-update="rowUpdate" @row-del="rowDel" :page.sync="page"> <template slot="menu" slot-scope="{ row, index }"> <el-button @@ -132,6 +132,7 @@ index: true, rowKey:'id', editBtn:false, + height:700, delBtn:false, column: [ { @@ -176,7 +177,6 @@ }, { - //鍐欎袱涓粍鍚堟柟娉曟槸鍥犱负id鍜宯ame涓嶈兘鍚屾椂缁戝畾杩欎釜prop鏉ユ覆鏌擄紝涓�涓〃鏍煎仛闅愯棌鏉ユ暟鎹搷浣滐紙琛ㄥ崟闅愯棌锛夛紝鍙︿竴涓〃鏍煎仛鏄剧ず鍙樉绀哄湪椤甸潰锛堣〃鍗曢殣钘忥級銆� label: '缁勫悎鏂规硶', prop: 'combinationIds', type: "checkbox", -- Gitblit v1.9.3