chenrui 1 mēnesi atpakaļ
vecāks
revīzija
70e3a92882

+ 1 - 1
src/views/setting/dailyReportSettings/categoryTargetList.vue

@@ -185,7 +185,7 @@ export default {
     columns () {
       const _this = this
       const arr = [
-        { title: (_this.pageType === 'CATEGORY_MONTHLY_TARGET' ? '类别' : '项目'), dataIndex: 'productTypeName', width: '12%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
+        { title: (_this.pageType === 'CATEGORY_MONTHLY_TARGET' ? '类别' : '项目'), dataIndex: 'productTypeName', width: '12%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '1月', dataIndex: 'value01', width: '8%', align: 'right', scopedSlots: { customRender: 'month1' } },
         { title: '2月', dataIndex: 'value02', width: '8%', align: 'right', scopedSlots: { customRender: 'month2' } },
         { title: '3月', dataIndex: 'value03', width: '8%', align: 'right', scopedSlots: { customRender: 'month3' } },

+ 0 - 1
src/views/setting/dailyReportSettings/partitionTargetList.vue

@@ -118,7 +118,6 @@
 
 <script>
 import { commonMixin } from '@/utils/mixin'
-import debounce from 'lodash/debounce'
 // 组件
 import { STable } from '@/components'
 // 接口