|
@@ -267,7 +267,7 @@
|
|
<el-button
|
|
<el-button
|
|
icon="el-icon-circle-plus-outline"
|
|
icon="el-icon-circle-plus-outline"
|
|
type="info"
|
|
type="info"
|
|
-
|
|
|
|
|
|
+
|
|
plain
|
|
plain
|
|
:disabled="surplustime < (selectPrice || 0 || Math.min(...pricesArray))"
|
|
:disabled="surplustime < (selectPrice || 0 || Math.min(...pricesArray))"
|
|
@click="create"
|
|
@click="create"
|
|
@@ -331,15 +331,16 @@ export default {
|
|
};
|
|
};
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
- // console.log("surplustime", this.surplustime);
|
|
|
|
- // "form", "type", "surplustime", "prices", "selectPrice", "holidays","teacherList","activeType",'cooperationList','coreid','assistant'
|
|
|
|
- // console.log("form", this.form);
|
|
|
|
- // console.log("surplustime", this.surplustime);
|
|
|
|
- // console.log("prices", this.prices);
|
|
|
|
- // console.log("selectPrice", this.selectPrice);
|
|
|
|
- // console.log("holidays", this.holidays);
|
|
|
|
- // console.log("activeType", this.activeType);
|
|
|
|
- // console.log(this.form.cycle);
|
|
|
|
|
|
+ console.log("surplustime", this.surplustime);
|
|
|
|
+ "form", "type", "surplustime", "prices", "selectPrice", "holidays","teacherList","activeType",'cooperationList','coreid','assistant'
|
|
|
|
+ console.log("form", this.form);
|
|
|
|
+ console.log("surplustime", this.surplustime);
|
|
|
|
+ console.log("prices", this.prices);
|
|
|
|
+ console.log("selectPrice", this.selectPrice);
|
|
|
|
+ console.log("holidays", this.holidays);
|
|
|
|
+ console.log("activeType", this.activeType);
|
|
|
|
+ console.log("type", this.type);
|
|
|
|
+ console.log(this.form.cycle);
|
|
},
|
|
},
|
|
computed: {
|
|
computed: {
|
|
weekDateList() {
|
|
weekDateList() {
|