Commit 7f190f64 authored by 罗超's avatar 罗超

1

parent 6874c66e
......@@ -1022,7 +1022,7 @@
<div class="footabs">
<el-tag :key="tag" v-for="tag in Geographic" closable :disable-transitions="false"
@close="handleClose2(tag)">{{tag}}</el-tag>
<el-input class="input-new-tag" v-if="inputVisible2" v-model="inputValue2" maxlength="6"
<el-input class="input-new-tag" v-if="inputVisible2" v-model="inputValue2"
ref="saveTagInput" size="small" @keyup.enter.native="handleInputConfirm2" @blur="handleInputConfirm2">
</el-input>
<el-button v-else class="button-new-tag" size="small" @click="showInput2">+ {{$t('pub.addBtn')}}
......
......@@ -309,12 +309,12 @@
maxlength="200"
></el-input>
</el-form-item>
<!-- <el-form-item :label="$t('scen.sc_type_name')" prop="TicketCouponsType">
<el-form-item :label="$t('scen.sc_type_name')" prop="TicketCouponsType">
<el-select filterable v-model='addMsg.TicketCouponsType' :placeholder="$t('pub.pleaseSel')" class="w300">
<el-option v-for='item in TickettTypeList' :label='item.Name' :value='item.ID' :key='item.ID'>
</el-option>
</el-select>
</el-form-item> -->
</el-form-item>
<el-form-item label="是否上架" prop="IsShelves">
<el-radio v-model="addMsg.IsShelves" :label="0">上架</el-radio>
<el-radio v-model="addMsg.IsShelves" :label="1">下架</el-radio>
......@@ -751,12 +751,12 @@ export default {
message: "请输入门票副标题",
},
],
TicketCouponsType: [
{
required: true,
message: "请选择门票类型",
},
],
// TicketCouponsType: [
// {
// required: true,
// message: "请选择门票类型",
// },
// ],
},
allCurrencyList: [],
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment