| | |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item label="尺寸" prop="specification"> |
| | | <el-input v-model="form.specification" placeholder="请输入尺寸" /> |
| | | <el-form-item label="规格型号" prop="specification"> |
| | | <el-input v-model="form.specification" placeholder="请输入规格型号" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | { label: "资产编号", prop: "assetCode", width: "130" }, |
| | | { label: "资产名称", prop: "assetName", width: "150" }, |
| | | { label: "资产类别", prop: "category", dataType: "slot", slot: "category" }, |
| | | { label: "尺寸", prop: "specification", width: "120" }, |
| | | { label: "规格型号", prop: "specification", width: "120" }, |
| | | { label: "资产原值", prop: "originalValue", dataType: "slot", slot: "originalValue" }, |
| | | { label: "累计折旧", prop: "accumulatedDepreciation", dataType: "slot", slot: "accumulatedDepreciation" }, |
| | | { label: "资产净值", prop: "netValue", dataType: "slot", slot: "netValue" }, |