Merge branch 'hi-ucs-dev' of http://192.168.124.50:3000/wuhongjian/hi-ucs into hi-ucs-dev

This commit is contained in:
gongjiale 2022-11-30 17:04:32 +08:00
commit 27642b9964
3 changed files with 10 additions and 4 deletions

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua * @Author: hisense.liangjunhua
* @Date: 2022-06-29 15:59:51 * @Date: 2022-06-29 15:59:51
* @LastEditors: Light * @LastEditors: Light
* @LastEditTime: 2022-11-28 11:28:43 * @LastEditTime: 2022-11-30 15:45:35
* @Description: 告诉大家这是什么 * @Description: 告诉大家这是什么
--> -->
<!-- 流程业务表单 --> <!-- 流程业务表单 -->
@ -41,7 +41,7 @@
</div> </div>
</p> --> </p> -->
<p> <p>
<div> <div v-if="version == 'xihaian'">
<el-button type="primary" size="small" @click="download(dataForm.content)">附件下载</el-button> <el-button type="primary" size="small" @click="download(dataForm.content)">附件下载</el-button>
</div> </div>
</p> </p>
@ -149,6 +149,7 @@ export default {
input: '', input: '',
visible: true, visible: true,
showKey: 0, showKey: 0,
version: CONFIGITEM.version,
// //
// fieldDisabled: false, // fieldDisabled: false,
// dataForm: { // dataForm: {

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -33,8 +33,12 @@
</div> </div>
<a-empty <a-empty
v-else v-else
style="margin-top: 160px; margin-bottom: 60px" style="
:imageStyle="{ color: '#0058e1' }" margin-top: 160px;
margin-bottom: 60px;
color: rgba(255, 255, 255, 0.5);
"
:image="empty"
/> />
</div> </div>
</div> </div>
@ -51,6 +55,7 @@
require('../../../assets/newHome/popular-yy.png'), require('../../../assets/newHome/popular-yy.png'),
require('../../../assets/newHome/popular-zs.png'), require('../../../assets/newHome/popular-zs.png'),
]) ])
const empty = ref(require('@/assets/newHome/empty.png'))
// //
function viewDetails(id) { function viewDetails(id) {
console.log('id=========>', id) console.log('id=========>', id)