Update
This commit is contained in:
@ -170,10 +170,11 @@ export default {
|
|||||||
month : month,
|
month : month,
|
||||||
day : day
|
day : day
|
||||||
}
|
}
|
||||||
// commect blocId to run UI
|
// BEGIN TEST UI
|
||||||
// this.$refs['planPop'].blocId = this.pageData.blocMstrList[
|
// this.$refs['planPop'].blocId = this.pageData.blocMstrList[
|
||||||
// this.pageData.blocId
|
// this.pageData.blocId
|
||||||
// ].blocId;
|
// ].blocId;
|
||||||
|
// END TEST UI
|
||||||
this.$refs['planPop'].dialog = true;
|
this.$refs['planPop'].dialog = true;
|
||||||
},
|
},
|
||||||
updatePlan(val) {
|
updatePlan(val) {
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<v-icon
|
<v-icon
|
||||||
v-if="iconShow"
|
v-if="iconShow"
|
||||||
small
|
small
|
||||||
:class="['mr-1','icon-blue']"
|
:class="['mr-1', required ? 'icon-orange' : 'icon-blue']"
|
||||||
>$icoBulletPoint</v-icon
|
>$icoBulletPoint</v-icon
|
||||||
>
|
>
|
||||||
{{ label }}
|
{{ label }}
|
||||||
@ -57,6 +57,11 @@ export default {
|
|||||||
require: false,
|
require: false,
|
||||||
default: 4,
|
default: 4,
|
||||||
},
|
},
|
||||||
|
required: {
|
||||||
|
type: Boolean,
|
||||||
|
require: false,
|
||||||
|
default: false
|
||||||
|
},
|
||||||
iconShow: {
|
iconShow: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
require: false,
|
require: false,
|
||||||
|
@ -72,6 +72,11 @@ export default {
|
|||||||
require: false,
|
require: false,
|
||||||
default: 4,
|
default: 4,
|
||||||
},
|
},
|
||||||
|
required: {
|
||||||
|
type: Boolean,
|
||||||
|
require: false,
|
||||||
|
default: false
|
||||||
|
},
|
||||||
iconShow: {
|
iconShow: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
require: false,
|
require: false,
|
||||||
|
Reference in New Issue
Block a user