فهرست منبع

内审进度图特殊条款号处理修复

tianxinyu 9 ماه پیش
والد
کامیت
85c4ac3735
2فایلهای تغییر یافته به همراه6 افزوده شده و 2 حذف شده
  1. 1 1
      src/views/component/personnelFile/components/bmsmTag.vue
  2. 5 1
      src/views/system/jbdScan/goods/neishenzhuangtai.vue

+ 1 - 1
src/views/component/personnelFile/components/bmsmTag.vue

@@ -84,7 +84,7 @@
           width="100"
           width="100"
         >
         >
           <template slot-scope="scope">
           <template slot-scope="scope">
-            <el-button type="text" size="small" @click="handleClick(scope.row)"
+            <el-button type="text" size="small" @click="handleClick(scope.row)" icon="ibps-icon-eye"
               >查阅</el-button
               >查阅</el-button
             >
             >
           </template>
           </template>

+ 5 - 1
src/views/system/jbdScan/goods/neishenzhuangtai.vue

@@ -961,7 +961,11 @@ export default {
       let secondArr = []
       let secondArr = []
       arr.forEach((it) => {
       arr.forEach((it) => {
         if (it.tiao_kuan_bian_ha.includes('CL02-A001')) {
         if (it.tiao_kuan_bian_ha.includes('CL02-A001')) {
-          it.tiao_kuan_bian_ha = it.tiao_kuan_bian_ha.split('\n')[1]
+          if(it.tiao_kuan_bian_ha.split('\n')[1]){
+            it.tiao_kuan_bian_ha = it.tiao_kuan_bian_ha.split('\n')[1]
+          }else if(it.tiao_kuan_bian_ha.split('CL02-A001')[1]){
+            it.tiao_kuan_bian_ha = it.tiao_kuan_bian_ha.split('CL02-A001')[1]
+          }
           console.log('it.tiao_kuan_bian_ha', it.tiao_kuan_bian_ha)
           console.log('it.tiao_kuan_bian_ha', it.tiao_kuan_bian_ha)
         }
         }