Commit 497f95ec authored by 黄奎's avatar 黄奎

111

parent 4d2d05a5
......@@ -2,10 +2,11 @@
<div>
<div class="searchInput" style="margin-bottom:20px;">
<el-input style="display:inline-block;width:225px;height:30px" placeholder="请输入模板名称" v-model="qMsg.TemplateName"
size="small" clearable @keyup.enter.native="qMsg.pageIndex=1,getList()" @clear="qMsg.pageIndex=1,getList()">
size="small" clearable @keyup.enter.native="qMsg.pageIndex = 1, getList()"
@clear="qMsg.pageIndex = 1, getList()">
</el-input>
<span class="el-icon-search" style="color:#979dad;font-size:14px;position:relative;top:1px"
@click="qMsg.pageIndex=1,getList()"> </span>
@click="qMsg.pageIndex = 1, getList()"> </span>
</div>
<br>
<el-table :data="dataList" style="width: 100%">
......@@ -25,7 +26,7 @@
</div>
</template>
<script>
export default {
export default {
data() {
return {
dataList: [],
......@@ -65,6 +66,6 @@
mounted() {
this.getList();
}
}
}
</script>
......@@ -51,8 +51,8 @@
</div>
<el-tooltip v-for="(item, index) in PageList" :key="index" class="item" effect="dark"
:content="'双击选中【' + item.Name + '】'" placement="top-start">
<div @click="PageSelect(item, 1)" @dblclick="PageSelect(item, 2)" :class="getChecked(item) ? 'selected' : ''"
class="el-tooltip item app-attachment-item">
<div @click="PageSelect(item, 1)" @dblclick="PageSelect(item, 2)"
:class="getChecked(item) ? 'selected' : ''" class="el-tooltip item app-attachment-item">
<img :src="getIconLink(item.Path)" class="app-attachment-img" style="width: 100px; height: 100px;">
<div class="app-attachment-name">{{ item.Name }}</div>
</div>
......@@ -78,7 +78,8 @@
</el-input>
</el-form-item>
<el-form-item label="排序" prop="Sort">
<el-input @keyup.native="checkInteger(addGroupMsg, 'Sort')" size="small" v-model="addGroupMsg.Sort"></el-input>
<el-input @keyup.native="checkInteger(addGroupMsg, 'Sort')" size="small" v-model="addGroupMsg.Sort">
</el-input>
</el-form-item>
</el-form>
<span slot="footer" class="dialog-footer">
......
......@@ -56,7 +56,7 @@
<div>
<el-button @click="openChangeDig()" size="small">选择文件</el-button>
</div>
<div >
<div>
<img v-if="postMsg.Image" :src="postMsg.Image" alt="" style="width:100px;height:100px;" />
</div>
</el-form-item>
......
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