tangning 2 dni temu
rodzic
commit
defdeaf3c6

+ 1 - 0
src/components/Table/src/BasicTable.vue

@@ -442,6 +442,7 @@
   }
   // 自定义添加Table空值字符
   .ant-table-cell:empty:after,
+  .ant-table-row-cell-ellipsis:empty:after,
   .ant-table-cell span:empty:after {
     content: '-';
   }

+ 1 - 0
src/views/device/putModal.vue

@@ -147,6 +147,7 @@
             xxl: 18,
           },
           componentProps: {
+            style: { width: '246px' },
             api: feedbackOptionList,
             numberToString: false,
             labelField: 'nameCn',

+ 6 - 1
src/views/operate/caseList.vue

@@ -129,7 +129,7 @@
               government: '刑侦消防',
               property: '房产营销',
             };
-            return obj[record.typeId] || '智慧城市';
+            return obj[record.typeId] || '其他';
           },
         },
         {
@@ -254,6 +254,11 @@
                   value: 'property',
                   key: 'property',
                 },
+                {
+                  label: '其他',
+                  value: 'other',
+                  key: 'other',
+                },
               ],
             },
             colProps: {

+ 1 - 0
src/views/operate/components/case/addModal.vue

@@ -236,6 +236,7 @@
           label: '场景分类',
           componentProps: {
             placeholder: '请选择场景分类',
+            style: { width: '584.9px' },
             mode: 'multiple',
             api: feedbackOptionList,
             numberToString: false,

+ 2 - 2
src/views/operate/configuration.vue

@@ -7,13 +7,13 @@
         <a-tab-pane :key="3" tab="软件产品" />
         <a-tab-pane :key="4" tab="场景分类" /> -->
       </a-tabs>
-      <a-button style="position: absolute; right: 20px; top: 30px;" @click="router.go(-1)"> 返回 </a-button>
+      <!-- <a-button style="position: absolute; right: 20px; top: 30px;" @click="router.go(-1)"> 返回 </a-button> -->
     </template>
 
     <div class="desc-wrap-BasicTable">
       <BasicTable @register="registerTimeTable">
         <template #toolbar>
-          <a-button type="primary" v-if="getCheckPerm('configuration-add')" @click="openModal(true, {})">
+          <a-button type="primary" v-if="getCheckPerm('configuration-add')" @click="openModal(true, {typeId: state})">
             新增
           </a-button>
         </template>

+ 1 - 0
src/views/operate/scencRecover.vue

@@ -134,6 +134,7 @@
           title: '状态',
           dataIndex: 'statusString',
           width: 120,
+          customRender: ()=> '已删除'
         },
       ];
       const searchForm: Partial<FormProps> = {

+ 1 - 0
src/views/productOperation/modal/settingsMoadl.vue

@@ -60,6 +60,7 @@
             xxl: 18,
           },
           componentProps: {
+            style: { width: '246px' },
             api: feedbackOptionList,
             numberToString: false,
             labelField: 'nameCn',