[update]
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class='diolag-area'>
|
||||
<a-spin :spinning='spinLoading'>
|
||||
<a-spin :spinning='spinLoading' @keyup.enter.native="searchQuery">
|
||||
<a-form-model
|
||||
class='tag-module'
|
||||
ref='ruleForm'
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
<a-modal v-model="visible" :maskClosable="false" :footer="[]" :title="title">
|
||||
<div style='display: flex'>
|
||||
<span style='flex: 1'>
|
||||
{{ this.template.templateName === undefined ? '暂无模板': this.template.templateName }}
|
||||
{{ this.template.templateName === undefined || this.template.templateName === null? '暂无模板': this.template.templateName }}
|
||||
</span>
|
||||
<span style='flex: none' @click='download' v-if='this.template.templateName !== undefined'>
|
||||
<span style='flex: none' @click='download' v-if='this.template.templateName !== undefined && this.template.templateName !== null'>
|
||||
<a-icon type="download"/>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user