Merge branch 'hi-ucs-dev' of http://192.168.124.50:3000/wuhongjian/hi-ucs into hi-ucs-dev
This commit is contained in:
commit
27642b9964
|
@ -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 |
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue