更新
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @Author: zwq
|
||||
* @Date: 2023-08-01 13:52:10
|
||||
* @LastEditors: zwq
|
||||
* @LastEditTime: 2024-04-17 16:59:58
|
||||
* @LastEditTime: 2024-09-03 14:53:54
|
||||
* @Description:
|
||||
-->
|
||||
<template>
|
||||
@@ -17,7 +17,7 @@
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="12">
|
||||
<el-form-item label="成本名称" prop="label">
|
||||
<el-input v-model="dataForm.label" clearable readonly />
|
||||
<el-input v-model="dataForm.label" clearable disabled />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
@@ -49,7 +49,7 @@
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="12" v-if="dataForm.type === 2" key="three">
|
||||
<el-form-item label="折旧率" prop="ratio">
|
||||
<el-form-item label="年折旧率" prop="ratio">
|
||||
<el-input-number
|
||||
:min="0"
|
||||
style="width: 80%"
|
||||
|
||||
Reference in New Issue
Block a user