This commit is contained in:
shijing 2022-09-14 15:32:06 +08:00
commit 13bca8732e
2 changed files with 4 additions and 4 deletions

View File

@ -145,8 +145,8 @@
number: "", number: "",
access_list:[], access_list:[],
belong_dept: "", belong_dept: "",
count_people_min: 1, count_people_min: 0,
count_people_max: 1, count_people_max: 1000,
count_people: 0, count_people: 0,
cate: 10, cate: 10,
}; };

View File

@ -49,8 +49,8 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
label="处理时间" label="优先级"
prop="handle_minute" prop="priority"
width="80" width="80"
></el-table-column> ></el-table-column>
<el-table-column label="喇叭开启" prop="speaker_on" width="80"> <el-table-column label="喇叭开启" prop="speaker_on" width="80">