|
@@ -489,7 +489,9 @@ const formOption = reactive({
|
|
const formConfig = computed(() => {
|
|
const formConfig = computed(() => {
|
|
return [
|
|
return [
|
|
{
|
|
{
|
|
- label: "合同模板",
|
|
|
|
|
|
+ type: "title",
|
|
|
|
+ title: "合同模板",
|
|
|
|
+ label: "",
|
|
},
|
|
},
|
|
{
|
|
{
|
|
type: "select",
|
|
type: "select",
|
|
@@ -826,7 +828,9 @@ const uploadData = ref({});
|
|
const formHandoverConfig = computed(() => {
|
|
const formHandoverConfig = computed(() => {
|
|
return [
|
|
return [
|
|
{
|
|
{
|
|
- label: "产品信息",
|
|
|
|
|
|
+ type: "title",
|
|
|
|
+ title: "产品信息",
|
|
|
|
+ label: "",
|
|
},
|
|
},
|
|
{
|
|
{
|
|
type: "input",
|
|
type: "input",
|