|
|
@@ -1132,7 +1132,7 @@ const inContent = async (attachment) => {
|
|
|
placeholder="请输入下步工作计划"
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
- <el-form-item class="col-span-2" label="外组设备" prop="externalRental">
|
|
|
+ <el-form-item class="col-span-2" label="外租设备" prop="externalRental">
|
|
|
<el-input
|
|
|
v-model="form.externalRental"
|
|
|
type="textarea"
|
|
|
@@ -1140,7 +1140,7 @@ const inContent = async (attachment) => {
|
|
|
resize="none"
|
|
|
show-word-limit
|
|
|
:maxlength="1000"
|
|
|
- placeholder="请输入外组设备"
|
|
|
+ placeholder="请输入外租设备"
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
<el-form-item class="col-span-2" label="故障情况" prop="malfunction">
|