From 6c86748e1a987865cbf5bafa9b122c76bd24a695 Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期二, 22 七月 2025 11:51:49 +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