zydx-plus 1.17.72 → 1.17.74
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/package.json
CHANGED
|
@@ -84,9 +84,9 @@
|
|
|
84
84
|
</template>
|
|
85
85
|
|
|
86
86
|
<script>
|
|
87
|
-
import zydxSelect from '
|
|
88
|
-
import zydxInput from '
|
|
89
|
-
import zydxCalender from '
|
|
87
|
+
import zydxSelect from '../../select/src/select.vue'
|
|
88
|
+
import zydxInput from '../../input/src/input.vue'
|
|
89
|
+
import zydxCalender from '../../calendar/src/Calendar.vue'
|
|
90
90
|
export default {
|
|
91
91
|
name: "zydx-biz-task-info",
|
|
92
92
|
props: {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<div :style="{'border': (readOnly)? '1px solid #ccc': '0'}">
|
|
18
18
|
<editor-content class="editor" :editor="editor" :style="heightStyleCont" />
|
|
19
19
|
</div>
|
|
20
|
-
<div class="editor-but" v-if="butText !== ''">
|
|
20
|
+
<div class="editor-but" v-if="butText !== ''&& readOnly">
|
|
21
21
|
<button class="but" @click="complete">{{ butText }}</button>
|
|
22
22
|
</div>
|
|
23
23
|
<div class="enclosure" v-if="uploadAttData.length > 0">
|