Browse Source

Merge remote-tracking branch 'origin/dev' into dev

caojunjie 1 year ago
parent
commit
215eede866

+ 2 - 1
src/views/iosBasicData/bcntrtypes/index.vue

@@ -24,7 +24,7 @@
                @saveColumn="saveColumnTwo('crud', 'option', 'optionBack', 291)"
                @on-load="onLoad">
       <template slot="remarks" slot-scope="scope">
-        <avue-text-ellipsis :text="scope.row.remarks" :height="30">
+        <avue-text-ellipsis :text="scope.row.remarks" :height="30" use-tooltip placement="top">
         <small slot="more">...</small>
         </avue-text-ellipsis>
       </template>
@@ -59,6 +59,7 @@
         option:{},
         optionBack: {
           height:'auto',
+          stripe: true,
           calcHeight: 30,
           tip: false,
           searchShow: true,

+ 2 - 1
src/views/iosBasicData/bcommodity/index.vue

@@ -24,7 +24,7 @@
                @saveColumn="saveColumnTwo('crud', 'option', 'optionBack', 290)"
                @on-load="onLoad">
       <template slot="remarks" slot-scope="scope">
-        <avue-text-ellipsis :text="scope.row.remarks" :height="30">
+        <avue-text-ellipsis :text="scope.row.remarks" :height="30" use-tooltip placement="top">
         <small slot="more">...</small>
         </avue-text-ellipsis>
       </template>
@@ -76,6 +76,7 @@
         option:{},
         optionBack: {
           height:'auto',
+          stripe: true,
           calcHeight: 30,
             labelWidth:100,
           tip: false,

+ 2 - 1
src/views/iosBasicData/bcountrys/index.vue

@@ -24,7 +24,7 @@
                    @saveColumn="saveColumnTwo('crud', 'option', 'optionBack', 287)"
                    @on-load="onLoad" >
             <template slot="remarks" slot-scope="scope">
-                <avue-text-ellipsis :text="scope.row.remarks" :height="30">
+                <avue-text-ellipsis :text="scope.row.remarks" :height="30" use-tooltip placement="top">
                 <small slot="more">...</small>
                 </avue-text-ellipsis>
             </template>
@@ -60,6 +60,7 @@ export default {
             option:{},
             optionBack: {
                 height:'auto',
+                stripe: true,
                 calcHeight: 30,
                 tip: false,
                 searchShow: true,

+ 1 - 1
src/views/iosBasicData/blocations/index.vue

@@ -24,7 +24,7 @@
                @saveColumn="saveColumnTwo('crud', 'option', 'optionBack', 297)"
                @on-load="onLoad">
       <template slot="remarks" slot-scope="scope">
-        <avue-text-ellipsis :text="scope.row.remarks" :height="30">
+        <avue-text-ellipsis :text="scope.row.remarks" :height="30" use-tooltip placement="top">
           <small slot="more">...</small>
         </avue-text-ellipsis>
       </template>

+ 2 - 1
src/views/iosBasicData/bpackages/index.vue

@@ -24,7 +24,7 @@
                @saveColumn="saveColumnTwo('crud', 'option', 'optionBack', 289)"
                @on-load="onLoad">
       <template slot="remarks" slot-scope="scope">
-        <avue-text-ellipsis :text="scope.row.remarks" :height="30">
+        <avue-text-ellipsis :text="scope.row.remarks" :height="30" use-tooltip placement="top">
         <small slot="more">...</small>
         </avue-text-ellipsis>
       </template>
@@ -142,6 +142,7 @@
         option:{},
         optionBack: {
           height:'auto',
+          stripe: true,
           calcHeight: 30,
           tip: false,
           searchShow: true,

+ 1 - 1
src/views/iosBasicData/bserviceterms/index.vue

@@ -24,7 +24,7 @@
                @saveColumn="saveColumnTwo('crud', 'option', 'optionBack', 294)"
                @on-load="onLoad">
       <template slot="remarks" slot-scope="scope">
-        <avue-text-ellipsis :text="scope.row.remarks" :height="30">
+        <avue-text-ellipsis :text="scope.row.remarks" :height="30" use-tooltip placement="top">
           <small slot="more">...</small>
         </avue-text-ellipsis>
       </template>

+ 1 - 1
src/views/iosBasicData/btrademodes/index.vue

@@ -24,7 +24,7 @@
                @saveColumn="saveColumnTwo('crud', 'option', 'optionBack', 295)"
                @on-load="onLoad">
       <template slot="remarks" slot-scope="scope">
-        <avue-text-ellipsis :text="scope.row.remarks" :height="30">
+        <avue-text-ellipsis :text="scope.row.remarks" :height="30" use-tooltip placement="top">
           <small slot="more">...</small>
         </avue-text-ellipsis>
       </template>

+ 1 - 1
src/views/iosBasicData/bunits/index.vue

@@ -24,7 +24,7 @@
                @saveColumn="saveColumnTwo('crud', 'option', 'optionBack', 296)"
                @on-load="onLoad">
       <template slot="remarks" slot-scope="scope">
-        <avue-text-ellipsis :text="scope.row.remarks" :height="30">
+        <avue-text-ellipsis :text="scope.row.remarks" :height="30" use-tooltip placement="top">
           <small slot="more">...</small>
         </avue-text-ellipsis>
       </template>