'更新'
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @Author: zwq
|
||||
* @Date: 2020-12-29 16:37:56
|
||||
* @LastEditors: fzq
|
||||
* @LastEditTime: 2022-03-09 16:53:31
|
||||
* @LastEditTime: 2022-03-14 16:23:19
|
||||
* @Description:
|
||||
-->
|
||||
<template>
|
||||
@@ -59,15 +59,15 @@ export default {
|
||||
options: [
|
||||
{
|
||||
value: 0,
|
||||
label: '正常'
|
||||
label: this.$t('module.basicData.storageBox.normal')
|
||||
},
|
||||
{
|
||||
value: 1,
|
||||
label: '维修中'
|
||||
label: this.$t('module.basicData.storageBox.repairing')
|
||||
},
|
||||
{
|
||||
value: 2,
|
||||
label: '报废'
|
||||
label: this.$t('module.basicData.storageBox.scrapped')
|
||||
}
|
||||
],
|
||||
dataRule: {
|
||||
|
||||
Reference in New Issue
Block a user