From 3db6d5c4d17ab9942a5c89a167c1f06ca485f355 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期三, 16 七月 2025 21:21:14 +0800 Subject: [PATCH] 二保工单审批调整 --- src/views/system/SysPositionList.vue | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/views/system/SysPositionList.vue b/src/views/system/SysPositionList.vue index 2decdbc..bb262a6 100644 --- a/src/views/system/SysPositionList.vue +++ b/src/views/system/SysPositionList.vue @@ -15,7 +15,7 @@ <a-form-item label="宀椾綅鍚嶇О"> <j-input placeholder="璇疯緭鍏ュ矖浣嶅悕绉�" v-model="queryParam.name"></j-input> </a-form-item> - </a-col> + </a-col <a-col :md="6" :sm="8"> <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons"> <a-button type="primary" @click="searchQuery" icon="search">鏌ヨ</a-button> @@ -128,6 +128,11 @@ align: 'center', dataIndex: 'name' }, + { + title: '澶囨敞', + align: 'center', + dataIndex: 'remark' + }, // { // title: '鑱岀骇', // align: 'center', -- Gitblit v1.9.3