Quellcode durchsuchen

前端代码合并提交

Administrator vor 3 Monaten
Ursprung
Commit
48c84d090b
1 geänderte Dateien mit 7 neuen und 1 gelöschten Zeilen
  1. 7 1
      src/views/customer/customerComPanyDetail.vue

+ 7 - 1
src/views/customer/customerComPanyDetail.vue

@@ -75,11 +75,17 @@
           </el-table-column>
           <el-table-column
             label="操作"
-            width="280">
+            width="100">
             <template slot-scope="scope" show-overflow-tooltip>
               <el-link style="cursor:pointer;color: blue;" @click="openChange(scope.row)">证明附件</el-link>
             </template>
           </el-table-column>
+          <el-table-column
+            label="开票短信确认时间"
+            prop="lastTime"
+            width="180"
+            show-overflow-tooltip>
+          </el-table-column>
         </el-table>
     </template>
     <!-- 分页 -->