lex 1 năm trước cách đây
mục cha
commit
47ce66b128
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/app/suggestion.vue

+ 2 - 2
src/views/app/suggestion.vue

@@ -185,11 +185,11 @@
             </div>
           </template>
         </el-table-column>
-        <!-- <el-table-column prop="deviceNo" label="设备号"> -->
+        <!-- <el-table-column prop="deviceNo" label="设备号">
           <template slot-scope="scope">
             <tooltip :content="scope.row.deviceNo" />
           </template>
-        </el-table-column>
+        </el-table-column> -->
         <el-table-column label="处理状态">
           <template #default="scope">
             {{ scope.row.operatorId ? "已处理" : "未处理" }}