caojunjie 3 年之前
父节点
当前提交
bbbfbc70b3
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      src/views/landTransportation/reportAnalysis/index.vue

+ 7 - 0
src/views/landTransportation/reportAnalysis/index.vue

@@ -32,6 +32,13 @@
               row.billNo
             }}</span>
         </template>
+        <template slot="corpShortNameSearch" slot-scope="{ row,index}">
+          <crop-select
+              v-model="row.corpId"
+              :corpType="'KH'"
+              :label="'shortName'"
+          ></crop-select>
+        </template>
         <template slot="corpName" slot-scope="{row,index}">
           <span class="el-button--text" style="cursor: pointer"
                 @click.stop="celJump(row,index)">{{ row.corpName }}</span>