area最大最小人员数

This commit is contained in:
曹前明 2022-09-13 20:18:28 +08:00
parent aac6a40956
commit ea7c1defe2
2 changed files with 4 additions and 4 deletions

View File

@ -139,8 +139,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">