Commit 826a79ad authored by youjie's avatar youjie

no message

parent 1ea4823f
......@@ -6,7 +6,7 @@
background-color: #E6E6E6;
}
/deep/.el-form-item{
margin-bottom:5px;
/* margin-bottom:5px; */
}
/deep/.el-table .el-table__cell {
padding: 5px 0;
......@@ -136,7 +136,7 @@
<el-date-picker class="h34" style="width: 100%;"
v-model="addMsg.C_EndDate"
type="date"
format="yyyy-MM-dd"
value-format="yyyy-MM-dd">
</el-date-picker>
</el-form-item>
......@@ -232,14 +232,14 @@
</el-form-item>
</el-col>
<el-col :span="24">
<el-form-item :label="'WORD'+$t('objFill.fj')" prop="ContractUrl">
<el-form-item :label="$t('objFill.fj')" prop="ContractUrl">
<el-upload class="upload-demo" style="display:inline-block;position:relative;top:-1px;left:3px;"
:http-request="UploadAttachment" :show-file-list="false" action="">
<el-button size="small" type="primary">{{$t('objFill.v101.Rest.tianjiafuj')}}</el-button>
</el-upload>
<template v-if="addMsg.ContractUrl&& addMsg.ContractUrl!='' ">
<a style="margin-left: 20px; color: blue; cursor: pointer" target="_blank"
@click="downloadFile(addMsg.ContractUrl)">{{$t('Operation.Op_downLoadword')}}</a>
@click="downloadFile(addMsg.ContractUrl)">{{$t('objFill.xz')}}</a>
<a style="margin-left: 20px; color: blue; cursor: pointer"
@click="DeleteFile()">{{$t('system.table_delete')}}</a>
</template>
......
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