|
@@ -342,6 +342,7 @@ export default {
|
|
|
</div>
|
|
|
</el-form-item>
|
|
|
<select
|
|
|
+ v-model="ruleForm.industry"
|
|
|
name=""
|
|
|
id=""
|
|
|
class="
|
|
@@ -353,6 +354,7 @@ export default {
|
|
|
rounded-6px
|
|
|
text-[#808185]
|
|
|
"
|
|
|
+ :class="{ '!text-[#232A40]': ruleForm.industry !== '' }"
|
|
|
>
|
|
|
<option value="" selected disabled>Select Industry</option>
|
|
|
<option value="Architecture">Architecture</option>
|