Browse Source

fix:修改input样式

ly 9 tháng trước cách đây
mục cha
commit
1c9906525c
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/business/financial/contract/form.vue

+ 2 - 2
src/views/business/financial/contract/form.vue

@@ -50,8 +50,8 @@
           <el-row :gutter="30">
             <el-col :span="6">
               <el-form-item label="收款流水号:">
-                <el-input v-if="editStatus" style="width: 100%" v-model.trim="form.flowNo" readonly size="small"
-                  type="text" placeholder="收款流水号" :clearable="true" />
+                <el-input v-if="editStatus" style="width: 100%" v-model.trim="form.flowNo" disabled size="small"
+                  type="text" placeholder="收款流水号 点击保存时自动生成" :clearable="true" />
                 <span v-else>{{ form.flowNo }}</span>
               </el-form-item>
             </el-col>