======condition_desc_config(条件描述文本配置)====== =====字段说明===== ^字段名^描述^类型^默认值^ |**id**|ID[[generated:CONDITION]]|int|1| |**enum_name**|[loc]枚举名字|string|| |**base_desc**|[loc]标准描述文本 %enum%枚举名字,%comp%比较关系名字 %target%比较的数值 %value%当前值 %comp_reverse%比较的反义词|string|%enum%%compare%%value%| |**failed_desc**|[loc]服务器检测失败时描述文本|string|| |**reach_desc**|[loc]条件满足时描述文本|string|| |**compare_less**|[loc]小于文字|string|less| |**compare_great**|[loc]大于文字|string|great| |**compare_less_equal**|[loc]小于等于文字|string|less_equal| |**compare_great_equal**|[loc]大于等于文字|string|great_equal| |**compare_equal**|[loc]等于文字|string|equal| |**compare_unequal**|[loc]不等于文字|string|unequal| |**ui_panel**|UI跳转界面[[generated:UI_PANEL]]|int|1| |**ui_panel_arg**|UI跳转界面参数|int|1| =====数据表查询===== <php> ?> <form action="http://114.55.218.242:8081/tools/print_prototype.php?table_name=condition_desc_config" method="post" target="view_frame"> <input type="submit" name="button" value="查看数据" /> <iframe width="100%" height="300px" name="view_frame" id ="linkto"align="left" ></iframe> </form> <?php </php>