cloud-web-corejs 1.0.54-dev.526 → 1.0.54-dev.527
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 +1 -1
- package/src/components/fileLibrary/index.vue +5 -0
- package/src/components/xform/form-render/indexMixin.js +1 -3495
- package/src/utils/request.js +1 -368
- package/src/views/user/company_info/dialog.vue +80 -49
- package/src/components/xform/form-render/indexMixin copy.js +0 -3462
package/package.json
CHANGED
|
@@ -776,6 +776,11 @@
|
|
|
776
776
|
>
|
|
777
777
|
<el-input v-model="editCategory.fileName" clearable class="all-width" />
|
|
778
778
|
</el-form-item>
|
|
779
|
+
<el-form-item
|
|
780
|
+
:label="$t1('关联编码')"
|
|
781
|
+
>
|
|
782
|
+
<el-input v-model="editCategory.relationCode" clearable class="all-width" />
|
|
783
|
+
</el-form-item>
|
|
779
784
|
</el-form>
|
|
780
785
|
</div>
|
|
781
786
|
<span slot="footer" class="dialog-footer">
|