230320a303 1 년 전
부모
커밋
25d51bf57b
4개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-cf6135cc.773c165b.js
  3. 0 0
      dist/static/js/chunk-cf6135cc.b9a26128.js
  4. 1 1
      src/views/shop/index.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-cf6135cc.773c165b.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-cf6135cc.b9a26128.js


+ 1 - 1
src/views/shop/index.vue

@@ -76,7 +76,7 @@ export default {
         { label: '店长电话', prop: 'manager_phone' },
         { label: '分销代码', prop: 'dept_code' },
         { label: '更新时间', prop: 'update_at' },
-        { label: '操作', width: 80, type: 'handle2', operations:
+        { label: '操作', width: 120, type: 'handle2', operations:
           [
             { label: '编辑', func: this.openPopup, btnType: 'primary' },
             { label: '删除', func: this.delHandle, btnType: 'danger' },

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.