From a83a278de80c8f5e5bb2b34e1525763bca3d10ab Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期四, 23 十一月 2023 10:15:52 +0800
Subject: [PATCH] Changes

---
 web/src/views/modules/itemCirculatOrder/ItemCirculatOrder-AddOrUpdate.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/web/src/views/modules/itemCirculatOrder/ItemCirculatOrder-AddOrUpdate.vue b/web/src/views/modules/itemCirculatOrder/ItemCirculatOrder-AddOrUpdate.vue
index c5eb523..b83ab23 100644
--- a/web/src/views/modules/itemCirculatOrder/ItemCirculatOrder-AddOrUpdate.vue
+++ b/web/src/views/modules/itemCirculatOrder/ItemCirculatOrder-AddOrUpdate.vue
@@ -31,7 +31,7 @@
           <div style="padding-left:5px;padding-right:5px;">
             <div style="padding: 5px">鐗╁搧鎶�鏈祫鏂欏強鏁伴噺锛�</div>
             <div class="table-container">
-              <el-table ref="tableSoftwareList" class="el-software el-margin-top-bot" border :data="dataForm.softwareResourcesList"
+              <el-table ref="tableSoftwareList" class="el-software el-margin-top-bot" border :data="dataForm.technicalList"
                         stripe>
                 <el-table-column prop="no" align="center" width="80" label="搴忓彿">
                   <template slot-scope="scope">
@@ -40,17 +40,17 @@
                 </el-table-column>
                 <el-table-column prop="infoName" min-width="300" label="鎶�鏈祫鏂欏悕绉�">
                   <template v-slot="{ row }">
-                    <el-input v-model="row.infoName" placeholder="鎶�鏈祫鏂欏悕绉�"></el-input>
+                    <el-input v-model="row.name" placeholder="鎶�鏈祫鏂欏悕绉�"></el-input>
                   </template>
                 </el-table-column>
                 <el-table-column prop="identify" align="center" width="180" label="鏍囪瘑">
                   <template v-slot="{ row }">
-                    <el-input v-model="row.identify" placeholder="鏍囪瘑"></el-input>
+                    <el-input v-model="row.version" placeholder="鏍囪瘑"></el-input>
                   </template>
                 </el-table-column>
                 <el-table-column prop="version" align="center" width="180" label="鐗堟湰">
                   <template v-slot="{ row }">
-                    <el-input v-model="row.version" placeholder="鐗堟湰"></el-input>
+                    <el-input v-model="row.identify" placeholder="鐗堟湰"></el-input>
                   </template>
                 </el-table-column>
                 <el-table-column prop="secretClass" label="瀵嗙骇" width="180"  align="center">

--
Gitblit v1.9.1