From ddc3c5f70ed391c55dc83cc9d9e9c6d1fa672de5 Mon Sep 17 00:00:00 2001
From: wente <329538422@qq.com>
Date: 星期四, 30 十一月 2023 10:58:41 +0800
Subject: [PATCH] 项目表

---
 web/src/views/modules/configItemWarehouse/ConfigItemWarehouse-AddOrUpdate.vue |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/web/src/views/modules/configItemWarehouse/ConfigItemWarehouse-AddOrUpdate.vue b/web/src/views/modules/configItemWarehouse/ConfigItemWarehouse-AddOrUpdate.vue
index 7c60f0b..fbc1277 100644
--- a/web/src/views/modules/configItemWarehouse/ConfigItemWarehouse-AddOrUpdate.vue
+++ b/web/src/views/modules/configItemWarehouse/ConfigItemWarehouse-AddOrUpdate.vue
@@ -67,6 +67,13 @@
                            clearable></zt-dict>
                 </template>
               </el-table-column>
+              <el-table-column fixed="right" prop="files" label="涓婁紶闄勪欢" width="300" align="center">
+                <template v-slot="{ row }">
+                  <!--                    <zt-table-button @click="files(row.id)">涓婁紶闄勪欢</zt-table-button>-->
+                  <table-uploader busi-type="config_item_warehouse" model-name="row" :dataForm="row"
+                                  v-model="row.files"/>
+                </template>
+              </el-table-column>
             </el-table>
               <div class="icon-container" @click="addConfigItemWarehouseRow()">
                 <!-- 鏀剧疆鍥哄畾鐨勫浘鏍� -->

--
Gitblit v1.9.1