yusheng hai 1 ano
pai
achega
c79c68f89f

+ 4 - 4
src/views/salesServiceManagement/components/info.vue

@@ -128,7 +128,7 @@
         >
           <el-input
             v-model="row.typeDescribe"
-            type="textarea"
+          
             :disabled="type == 'view'"
           ></el-input>
         </el-form-item>
@@ -137,7 +137,7 @@
         <el-form-item :prop="`tableList.${$index}.useLocation`">
           <el-input
             v-model="row.useLocation"
-            type="textarea"
+         
             :disabled="type == 'view'"
           ></el-input>
         </el-form-item>
@@ -377,7 +377,7 @@
             align: 'center',
             slot: 'useLocation',
             showOverflowTooltip: true,
-            width: 300
+            width: 200
           },
           {
             prop: 'type',
@@ -393,7 +393,7 @@
             label: '问题描述',
             align: 'center',
             showOverflowTooltip: true,
-            width: 300
+            width: 400
           },
           {
             prop: 'attachmentsArray',

+ 1 - 1
src/views/salesServiceManagement/components/sparePartsList.vue

@@ -111,7 +111,7 @@
             :prop="'tableList.' + scope.$index + '.content'"
           >
               
-            <el-input v-model="scope.row.content" type="textarea" :disabled="type == 'view'"></el-input>
+            <el-input v-model="scope.row.content"  :disabled="type == 'view'"></el-input>
           </el-form-item>
         </template>
         <template v-slot:measureQuantity="scope">