Commit e7b3720d authored by zhengke's avatar zhengke

no message

parent ff54896a
......@@ -13,7 +13,8 @@
</el-input>
</el-col>
<el-col :span="6" style="text-align: right;">
<el-button v-if="userInfo.IsEditTripTemplate==1&&model" v-tooltip="'添加模版'" type="danger"
<el-button v-if="userInfo.IsEditTripTemplate==1&&model"
v-tooltip="'添加模版'" type="danger"
size="small" icon="Plus"
@click="addTemplate()" style="color: #ffff;"></el-button>
</el-col>
......@@ -149,6 +150,10 @@
const layoutsStore = useSlidesStore()
const { screening, market, model, isModel, ConfigId} = storeToRefs(useScreenStore())
const addTemplate = () =>{
marketStore.setMarket(!market)
}
// 查看所有子模版
const getTemplate = async (item) => {
queryObj.loading = true
......
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