1、完善项目
2、完善合同 3、完善费用项 4、司机管理对接OCR 5、完善运输计划 6、完善临时额度
This commit is contained in:
@@ -41,6 +41,7 @@ import { ElMessage, ElMessageBox } from 'element-plus';
|
||||
import { ref, reactive, computed, onMounted } from 'vue';
|
||||
import { useStore } from 'vuex';
|
||||
import { getList, remove, update, add, getNotice } from '@/api/desk/notice';
|
||||
import { getUploadHeaders } from '@/utils/upload';
|
||||
|
||||
// 定义响应式数据
|
||||
const form = ref({});
|
||||
@@ -145,6 +146,7 @@ const option = reactive({
|
||||
prop: 'content',
|
||||
component: 'avue-ueditor',
|
||||
action: '/blade-resource/oss/endpoint/put-file',
|
||||
headers: getUploadHeaders(),
|
||||
propsHttp: {
|
||||
res: 'data',
|
||||
url: 'link',
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
import { getList, remove, update, add, getNotice } from '@/api/desk/notice';
|
||||
import { mapGetters } from 'vuex';
|
||||
import { validatenull } from '@/utils/validate';
|
||||
import { getUploadHeaders } from '@/utils/upload';
|
||||
|
||||
export default {
|
||||
data() {
|
||||
@@ -146,6 +147,7 @@ export default {
|
||||
prop: 'content',
|
||||
component: 'avue-ueditor',
|
||||
action: '/blade-resource/oss/endpoint/put-file',
|
||||
headers: getUploadHeaders(),
|
||||
propsHttp: {
|
||||
res: 'data',
|
||||
url: 'link',
|
||||
|
||||
Reference in New Issue
Block a user