From 8c834663344b1cc9c2ca569e6911900edd407f73 Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期四, 06 六月 2024 16:44:14 +0800
Subject: [PATCH] 修改

---
 web/src/views/modules/sysPictureBase/SysPictureBase.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/web/src/views/modules/sysPictureBase/SysPictureBase.vue b/web/src/views/modules/sysPictureBase/SysPictureBase.vue
index 29e5abd..863b4f0 100644
--- a/web/src/views/modules/sysPictureBase/SysPictureBase.vue
+++ b/web/src/views/modules/sysPictureBase/SysPictureBase.vue
@@ -9,7 +9,7 @@
 
           </el-form-item>
           <el-form-item>
-            <zt-dict v-model="dataForm.productType" dict="product" placeholder="璇烽�夋嫨浜у搧绫诲瀷" clearable></zt-dict>
+            <zt-dict v-model="dataForm.productType" dict="product" :additional=additional placeholder="璇烽�夋嫨浜у搧绫诲瀷" clearable></zt-dict>
           </el-form-item>
           <el-form-item>
             <zt-button type="query" @click="table.query()"/>
@@ -29,7 +29,7 @@
             </template>
           </el-table-column>
           <el-table-column prop="contentType" label="妫�绱㈠叧閿瓧"/>
-          <zt-table-column-dict prop="productType" label="浜у搧绫诲瀷" dict="product"/>
+          <zt-table-column-dict prop="productType" label="浜у搧绫诲瀷" dict="product" :additional=additional />
           <zt-table-column-handle :table="table"
                                   delete-perm="sysPictureBase::delete"/>
         </el-table>
@@ -46,6 +46,7 @@
   export default {
     data() {
       return {
+        additional: [{dictValue: '20', dictLabel: '杩愮畻鍥惧厓', remark: ''}],
         url: `${window.SITE_CONFIG['apiURL']}/sysPictureBase/getProductImg?token=${Cookies.get('token')}&id=`,
         dataForm: {
           contentType: '',

--
Gitblit v1.9.1