Ver código fonte

响应产品修改文字

linehang 6 anos atrás
pai
commit
2cb6668c21
2 arquivos alterados com 3 adições e 3 exclusões
  1. 2 2
      app/sign/html/sign_handle.html
  2. 1 1
      app/sign/js/sign_handle.js

+ 2 - 2
app/sign/html/sign_handle.html

@ -100,9 +100,9 @@
						<div class="lh80 clearfix">
							<span class="fl w-40 c-border-r pl20 c-999">已上传凭证</span>
							<div class="fl w-60 ptb10 pl20">
								<div class="fl mtb5 cur-pit lh0 c-t-center c-12b7f5" v-for="(lis, index) in fileList" :key="index" @click="lookPhoto(lis)">
								<div class="fl mtb5 cur-pit lh0 c-t-center c-12b7f5" style="text-decoration: underline;" v-for="(lis, index) in fileList" :key="index" @click="lookPhoto(lis)">
									<p class="m0 lh24">{{lis.serverTypeName}}</p>
									<span class="lh24" style="text-decoration: underline;">查看</span>
									<span class="lh24">查看附件</span>
								</div>
							</div>
						</div>

+ 1 - 1
app/sign/js/sign_handle.js

@ -499,7 +499,7 @@ top.handleVue=new Vue({
        lookPhoto: function(data) {
        	layer.open({
        		type: 2,
        		area: ['100%', '100%'],
        		area: ['90%', '100%'],
        		title: "凭证预览",
        		shade: 0.5,
        		shadeClose: true,