You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
825 B
XML
31 lines
825 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string-array name="check_item">
|
|
<item>正常</item>
|
|
<item>异常</item>
|
|
<item>跳过</item>
|
|
<item>报废</item>
|
|
</string-array>
|
|
|
|
<string-array name="check_j">
|
|
<item>使用中</item>
|
|
<item>安全隔离未完成</item>
|
|
<item>轮挡损坏,需要维修</item>
|
|
<item>轮挡损坏,需要报废</item>
|
|
</string-array>
|
|
|
|
|
|
<string-array name="bfyy">
|
|
<item>轮挡绳子损坏</item>
|
|
<item>反光损坏</item>
|
|
<item>橡胶损坏</item>
|
|
<item>其他</item>
|
|
</string-array>
|
|
<string-array name="checkState">
|
|
<item>全部</item>
|
|
<item>待完成</item>
|
|
<item>已完成</item>
|
|
<item>跳过</item>
|
|
</string-array>
|
|
|
|
</resources> |