Commit 41f99dd0 authored by 黄媛媛's avatar 黄媛媛

update

parent d895253b
......@@ -35,7 +35,8 @@
value="查询"
@click="getList()"
>
<input
<!-- -->
<input v-if="EmployeeId==1"
type="button"
class="hollowFixedBtn"
value="新增"
......@@ -111,9 +112,9 @@
</el-select>
</el-form-item>
<el-form-item label="描述" >
<el-input style="width:400px" type="textarea" :autosize="{ minRows: 2, maxRows: 4}" v-model="addMsg.Description"></el-input>
<el-input style="width:540px" type="textarea" :autosize="{ minRows: 2, maxRows: 4}" v-model="addMsg.Description"></el-input>
</el-form-item>
<div class="_addUpload_box clearfix">
<div style="padding-left:100px" class="_addUpload_box clearfix">
<template v-for="(file,fIndex) in saveMsg">
<div v-if="file.Type==3">
<div style="width:100%;height:100%;overflow: hidden;">
......
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