230320a303 1 년 전
부모
커밋
552a0963b4
3개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-df23cf0c.48155d04.js
  3. 1 0
      src/views/room/index.vue

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


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


+ 1 - 0
src/views/room/index.vue

@@ -73,6 +73,7 @@ export default {
         { label: '所属区域', prop: 'area_type', type: 'flag', flags: arrToObj(this.$dictData.area_type) },
         { label: '状态', prop: 'hide_status', type: 'tag', tags: arrToObj(this.$dictData.hide_status), tagTypeObj: {'1': 'success', '2': 'danger'} },
         { label: '更新时间', prop: 'update_at' },
+        { label: '创建人', prop: 'sale_name' },
         { label: '创建时间', prop: 'create_at' },
         { label: '操作', width: 80, type: 'handle2', operations:
           [

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