瀏覽代碼

排课资格

1
mo 3 年之前
父節點
當前提交
3524885054
共有 1 個文件被更改,包括 19 次插入16 次删除
  1. 19 16
      src/views/categroyManager/modals/addSenior.vue

+ 19 - 16
src/views/categroyManager/modals/addSenior.vue

@@ -15,28 +15,31 @@
       </el-row>
       <el-row>
         <el-col :span="12">
-          <el-col :span="12">
-            <el-form-item
-              label="付费课资格:"
-              prop="paySeniorNum"
-              style="width: 100%"
-            >
-              <el-input
-                v-model="topForm.paySeniorNum"
-                style="width: 380px"
-              ></el-input>
-            </el-form-item>
-          </el-col>
+          <el-form-item
+            label="付费课资格:"
+            prop="paySeniorNum"
+            style="width: 100%"
+          >
+            <el-input
+              v-model="topForm.paySeniorNum"
+              style="width: 280px"
+            ></el-input>
+          </el-form-item>
         </el-col>
         <el-col :span="12">
-          <el-form-item label="赠课资格:" v-if="hasGive"   style="width: 100%">
+          <el-form-item label="赠课资格:" v-if="hasGive" style="width: 100%">
             <el-input
               v-model="topForm.giveSeniorNum"
-              style="width: 380px"
+              style="width: 280px"
             ></el-input>
           </el-form-item>
         </el-col>
       </el-row>
+      <el-row>
+        <el-form-item label="调整原因">
+          <el-input   style="width: 570px" type="textarea" :rows="3"></el-input>
+        </el-form-item>
+      </el-row>
     </el-form>
   </div>
 </template>
@@ -48,8 +51,8 @@ export default {
       topForm: {
         userName: "",
         phone: "",
-        paySeniorNum:"",
-        giveSeniorNum:""
+        paySeniorNum: "",
+        giveSeniorNum: "",
       },
     };
   },