deason 7 tháng trước cách đây
mục cha
commit
cefc548777
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 6 1
      src/modules/examwork/view/ipConfig.vue

+ 6 - 1
src/modules/examwork/view/ipConfig.vue

@@ -209,7 +209,12 @@
           </div>
         </el-form-item>
         <el-form-item label="备注" prop="remark">
-          <el-input v-model="editForm.remark" type="textarea" maxlength="100" />
+          <el-input
+            v-model="editForm.remark"
+            type="textarea"
+            maxlength="100"
+            placeholder="请填写考点地址"
+          />
         </el-form-item>
       </el-form>
       <div slot="footer">