htui-yllkbz 1.2.53 → 1.2.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/htui.common.js +8 -8
- package/lib/htui.common.js.gz +0 -0
- package/lib/htui.umd.js +8 -8
- package/lib/htui.umd.js.gz +0 -0
- package/lib/htui.umd.min.js +3 -3
- package/lib/htui.umd.min.js.gz +0 -0
- package/package.json +1 -1
- package/src/packages/HtTable/index.vue +5 -4
- package/src/views/About.vue +7 -6
package/lib/htui.umd.min.js.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* @Author: hutao
|
|
6
6
|
* @Date: 2021-11-11 11:23:24
|
|
7
7
|
* @LastEditors: hutao
|
|
8
|
-
* @LastEditTime: 2022-01-
|
|
8
|
+
* @LastEditTime: 2022-01-16 09:27:47
|
|
9
9
|
-->
|
|
10
10
|
<template>
|
|
11
11
|
<div v-loading="state.loading"
|
|
@@ -105,11 +105,12 @@
|
|
|
105
105
|
<span v-else>--</span>
|
|
106
106
|
</template>
|
|
107
107
|
<template v-else-if="item.type==='common'">
|
|
108
|
+
|
|
108
109
|
<div v-if="getPropByPath(row,item.key)"
|
|
109
110
|
is='common-datas-info-id'
|
|
110
|
-
:user-id="item.commonType==='userId'?[getPropByPath(row,item.key)]:'[]'"
|
|
111
|
-
:department-id="item.commonType==='departmentId'?[getPropByPath(row,item.key)]:'[]'"
|
|
112
|
-
:role-id="item.commonType==='roleId'?[getPropByPath(row,item.key)]:'[]'"
|
|
111
|
+
:user-id="item.commonType==='userId'?JSON.stringify([getPropByPath(row,item.key)]):'[]'"
|
|
112
|
+
:department-id="item.commonType==='departmentId'?JSON.stringify([getPropByPath(row,item.key)]):'[]'"
|
|
113
|
+
:role-id="item.commonType==='roleId'?JSON.stringify([getPropByPath(row,item.key)]):'[]'"
|
|
113
114
|
:base-data-id="item.commonType==='baseDataId'?getPropByPath(row,item.key):''"
|
|
114
115
|
:base-data-value="item.commonType==='baseDataValue'?getPropByPath(row,item.key):''"
|
|
115
116
|
:base-data-name="item.commonType==='baseDataName'?getPropByPath(row,item.key):''"
|
package/src/views/About.vue
CHANGED
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
* @Author: hutao
|
|
5
5
|
* @Date: 2021-11-15 14:41:40
|
|
6
6
|
* @LastEditors: hutao
|
|
7
|
-
* @LastEditTime: 2022-01-
|
|
7
|
+
* @LastEditTime: 2022-01-16 09:30:07
|
|
8
8
|
-->
|
|
9
9
|
<template>
|
|
10
10
|
<div>
|
|
11
11
|
|
|
12
|
-
<el-button type=""
|
|
13
|
-
@click="test">test</el-button>
|
|
12
|
+
<!-- <el-button type=""
|
|
13
|
+
@click="test">test</el-button> -->
|
|
14
14
|
<!-- <ht-count-down :stopwatch="true"
|
|
15
15
|
:frequency="200"
|
|
16
16
|
:start="!state.start">
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
</template>
|
|
26
26
|
</ht-count-down> -->
|
|
27
27
|
|
|
28
|
-
<ht-md v-model="state.content"
|
|
29
|
-
:subfield="true"></ht-md>
|
|
28
|
+
<!-- <ht-md v-model="state.content"
|
|
29
|
+
:subfield="true"></ht-md> -->
|
|
30
30
|
<div ref="ht-pdf">
|
|
31
31
|
<HtTable :data="state.data"
|
|
32
32
|
:height="200"
|
|
@@ -90,7 +90,7 @@ export default class Index extends Vue {
|
|
|
90
90
|
sex: 0,
|
|
91
91
|
id: 1,
|
|
92
92
|
|
|
93
|
-
test: { title: "
|
|
93
|
+
test: { title: "33476c23-9faa-22d3-3ee6-39f97d173566" },
|
|
94
94
|
time: "2022-01-20T00:00:00+08:00",
|
|
95
95
|
},
|
|
96
96
|
{
|
|
@@ -131,6 +131,7 @@ export default class Index extends Vue {
|
|
|
131
131
|
title: "姓名",
|
|
132
132
|
key: "test.title",
|
|
133
133
|
width: "300px",
|
|
134
|
+
|
|
134
135
|
disabled: true,
|
|
135
136
|
},
|
|
136
137
|
{
|